Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/vue-loader/f3a384cfd8257b7e43aecb1ae33e6185.json

1 line
4.7 KiB
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{"remainingRequest":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\layout\\components\\Settings\\index.vue?vue&type=template&id=126b135a&scoped=true","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\layout\\components\\Settings\\index.vue","mtime":1732871026532},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1732872827008},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1732872825835}],"contextDependencies":[],"result":["\n<div class=\"drawer-container\">\n <div>\n <div class=\"setting-drawer-content\">\n <div class=\"setting-drawer-title\">\n <h3 class=\"drawer-title\">{{ $t('auto.common.Theme_style_setting') }}</h3>\n </div>\n <div class=\"setting-drawer-block-checbox\">\n <div class=\"setting-drawer-block-checbox-item\" @click=\"handleTheme('theme-dark')\">\n <img src=\"@/assets/images/dark.svg\" alt=\"dark\">\n <div v-if=\"sideTheme === 'theme-dark'\" class=\"setting-drawer-block-checbox-selectIcon\" style=\"display: block;\">\n <i aria-label=\"图标: check\" class=\"anticon anticon-check\">\n <svg\n viewBox=\"64 64 896 896\"\n data-icon=\"check\"\n width=\"1em\"\n height=\"1em\"\n :fill=\"theme\"\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"\"\n >\n <path\n d=\"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z\"\n />\n </svg>\n </i>\n </div>\n </div>\n <div class=\"setting-drawer-block-checbox-item\" @click=\"handleTheme('theme-light')\">\n <img src=\"@/assets/images/light.svg\" alt=\"light\">\n <div v-if=\"sideTheme === 'theme-light'\" class=\"setting-drawer-block-checbox-selectIcon\" style=\"display: block;\">\n <i aria-label=\"图标: check\" class=\"anticon anticon-check\">\n <svg\n viewBox=\"64 64 896 896\"\n data-icon=\"check\"\n width=\"1em\"\n height=\"1em\"\n :fill=\"theme\"\n aria-hidden=\"true\"\n focusable=\"false\"\n class=\"\"\n >\n <path\n d=\"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z\"\n />\n </svg>\n </i>\n </div>\n </div>\n </div>\n\n <div class=\"drawer-item\">\n <span>{{ $t('auto.common.Theme_color') }}</span>\n <theme-picker style=\"float: right;height: 26px;margin: -3px 8px 0 0;\" @change=\"themeChange\" />\n </div>\n </div>\n\n <el-divider />\n\n <h3 class=\"drawer-title\">{{ $t('auto.common.System_layout_configuration') }}</h3>\n\n <div class=\"drawer-item\">\n <span>{{ $t('auto.common.Open') }} TopNav</span>\n <el-switch v-model=\"topNav\" class=\"drawer-switch\" />\n </div>\n\n <div class=\"drawer-item\">\n <span>{{ $t('auto.common.Open') }} Tags-Views</span>\n <el-switch v-model=\"tagsView\" class=\"drawer-switch\" />\n </div>\n\n <div class=\"drawer-item\">\n <span>{{ $t('auto.common.Fixation') }} Header</span>\n <el-switch v-model=\"fixedHeader\" class=\"drawer-switch\" />\n </div>\n\n