From 00fb5e12d90dbcbb3293ef6083f8c7639e732f2a Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 1 Jul 2025 13:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E5=87=8Fim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/NEUIKit/pages/styles/common.scss | 55 ---------------------------------- pages/NEUIKit/tsconfig.json | 35 ---------------------- 2 files changed, 90 deletions(-) delete mode 100644 pages/NEUIKit/tsconfig.json diff --git a/pages/NEUIKit/pages/styles/common.scss b/pages/NEUIKit/pages/styles/common.scss index 3b35436..e69de29 100644 --- a/pages/NEUIKit/pages/styles/common.scss +++ b/pages/NEUIKit/pages/styles/common.scss @@ -1,55 +0,0 @@ -.ok-btn { - color: #fff; - background-color: rgb(20, 146, 209); - padding: 10px; - font-size: 16px; - text-align: center; - position: fixed; - bottom: 0; - left: calc(50% - 25vw); - width: 50vw; - border-radius: 3px; -} - -.ok-btn-mp { - color: #fff; - background-color: rgb(20, 146, 209); - padding: 10px; - font-size: 16px; - text-align: center; - position: fixed; - bottom: 20px; - left: calc(50% - 25vw); - width: 50vw; - border-radius: 3px; -} - -.button-box,.button-box-mp { - display: flex; - align-items: center; - position: fixed; - z-index: 100; - bottom: 120px; - right: 30px; -} - -.button-box { - display: flex; - align-items: center; - position: relative; -} -.button-box, -.button-box-mp .button-icon { - width: 40px; - height: 40px; - margin-left: 20px; -} - -.button-box{ - width: 40px; - height: 40px; - position: fixed; - z-index: 100; - bottom: 70px; - right: 30px; -} \ No newline at end of file diff --git a/pages/NEUIKit/tsconfig.json b/pages/NEUIKit/tsconfig.json deleted file mode 100644 index f0b456d..0000000 --- a/pages/NEUIKit/tsconfig.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "compilerOptions": { - "target": "esnext", - "module": "esnext", - "strict": true, - "jsx": "preserve", - "moduleResolution": "node", - "experimentalDecorators": true, - "skipLibCheck": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "useDefineForClassFields": true, - "sourceMap": true, - "strictFunctionTypes": false, - "preserveValueImports": false, - "isolatedModules": false, - "baseUrl": ".", - "types": ["node", "webpack-env", "vue/types", "vue-router/types"], - "paths": { - "@/*": ["src/*"] - }, - "lib": ["esnext", "dom", "dom.iterable", "scripthost"] - }, - "files": ["*.d.ts", "**/*.ts", "**/*.tsx", "**/*.vue", "**/*.ts", "**/*.tsx"], - "include": [ - "*.d.ts", - "**/*.ts", - "**/*.tsx", - "**/*.vue", - "**/*.ts", - "**/*.tsx" - ], - "exclude": ["node_modules"] -}