优化页面

This commit is contained in:
pengxiaolong
2025-06-09 23:02:05 +08:00
parent c5042d08c3
commit 8c70c2c850
605 changed files with 661 additions and 945 deletions

View File

@@ -1 +1 @@
{"version":3,"file":"index.js","sources":["TUIKit/components/common/Loading/index.vue","../../HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6aG555uuL3RrLW1pbmktcHJvZ3JhbS9UVUlLaXQvY29tcG9uZW50cy9jb21tb24vTG9hZGluZy9pbmRleC52dWU"],"sourcesContent":["<template>\n <div\n class=\"tui-loading\"\n :style=\"{\n width: props.width,\n height: props.height,\n border: `2px solid ${props.color}`,\n borderTopColor: 'transparent',\n }\"\n />\n</template>\n<script setup lang=\"ts\">\nconst props = defineProps({\n width: {\n type: String,\n default: '30px',\n },\n height: {\n type: String,\n default: '30px',\n },\n color: {\n type: String,\n default: '#D9D9D9',\n },\n});\n</script>\n<style scoped lang=\"scss\">\n.tui-loading {\n width: 30px;\n height: 30px;\n border: 2px solid #d9d9d9;\n border-top-color: transparent;\n border-radius: 100%;\n animation: circle infinite 0.75s linear;\n}\n\n@keyframes circle {\n 0% {\n transform: rotate(0);\n }\n\n 100% {\n transform: rotate(360deg);\n }\n}\n</style>\n","import Component from 'D:/项目/tk-mini-program/TUIKit/components/common/Loading/index.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAYA,UAAM,QAAQ;;;;;;;;;;;ACXd,GAAG,gBAAgB,SAAS;"}
{"version":3,"file":"index.js","sources":["TUIKit/components/common/Loading/index.vue","../../HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6aG555uuL3RrLW1pbmktcHJvZ3JhbS9UVUlLaXQvY29tcG9uZW50cy9jb21tb24vTG9hZGluZy9pbmRleC52dWU"],"sourcesContent":["<template>\r\n <div\r\n class=\"tui-loading\"\r\n :style=\"{\r\n width: props.width,\r\n height: props.height,\r\n border: `2px solid ${props.color}`,\r\n borderTopColor: 'transparent',\r\n }\"\r\n />\r\n</template>\r\n<script setup lang=\"ts\">\r\nconst props = defineProps({\r\n width: {\r\n type: String,\r\n default: '30px',\r\n },\r\n height: {\r\n type: String,\r\n default: '30px',\r\n },\r\n color: {\r\n type: String,\r\n default: '#D9D9D9',\r\n },\r\n});\r\n</script>\r\n<style scoped lang=\"scss\">\r\n.tui-loading {\r\n width: 30px;\r\n height: 30px;\r\n border: 2px solid #d9d9d9;\r\n border-top-color: transparent;\r\n border-radius: 100%;\r\n animation: circle infinite 0.75s linear;\r\n}\r\n\r\n@keyframes circle {\r\n 0% {\r\n transform: rotate(0);\r\n }\r\n\r\n 100% {\r\n transform: rotate(360deg);\r\n }\r\n}\r\n</style>\r\n","import Component from 'D:/项目/tk-mini-program/TUIKit/components/common/Loading/index.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAYA,UAAM,QAAQ;;;;;;;;;;;ACXd,GAAG,gBAAgB,SAAS;"}