hd-idevvue3 3.0.5 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static/css/index-DRHIlcVU.css +1 -0
- package/dist/static/js/index-DbUA6jg0.js +184 -0
- package/dist/static/js/index-Dl4O91nB.js +73768 -0
- package/package.json +11 -16
- package/pnpm-lock.yaml +861 -133
- package/vite.config.js +30 -9
- package/dist/assets/index.431f21ca.css +0 -1
- package/dist/hd-idevvue3.mjs +0 -45878
- package/dist/hd-idevvue3.umd.js +0 -153
- package/npminstall-debug.log +0 -200
package/vite.config.js
CHANGED
|
@@ -2,7 +2,6 @@ import { fileURLToPath, URL } from "node:url";
|
|
|
2
2
|
|
|
3
3
|
import { defineConfig } from "vite";
|
|
4
4
|
import vue from "@vitejs/plugin-vue";
|
|
5
|
-
import commonjs from "@rollup/plugin-commonjs";
|
|
6
5
|
import path from "path";
|
|
7
6
|
|
|
8
7
|
import requireTransform from "vite-plugin-require-transform";
|
|
@@ -15,16 +14,30 @@ import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
|
|
|
15
14
|
import postcssImport from "postcss-import";
|
|
16
15
|
import autoprefixer from "autoprefixer";
|
|
17
16
|
|
|
17
|
+
import dynamicImport from 'vite-plugin-dynamic-import'
|
|
18
|
+
import { viteCommonjs } from '@originjs/vite-plugin-commonjs'
|
|
19
|
+
import commonjs from 'vite-plugin-commonjs';
|
|
20
|
+
|
|
18
21
|
// https://vitejs.dev/config/
|
|
19
22
|
export default defineConfig({
|
|
20
23
|
plugins: [
|
|
21
24
|
commonjs(),
|
|
25
|
+
viteCommonjs(),
|
|
22
26
|
vue(),
|
|
23
27
|
requireTransform({
|
|
24
28
|
fileRegex: /.js$|.vue$/,
|
|
25
29
|
}),
|
|
30
|
+
dynamicImport(),
|
|
26
31
|
AutoImport({
|
|
27
32
|
imports: ["vue", "vue-router"],
|
|
33
|
+
resolvers: [ElementPlusResolver()],
|
|
34
|
+
}),
|
|
35
|
+
Components({
|
|
36
|
+
resolvers: [
|
|
37
|
+
ElementPlusResolver({
|
|
38
|
+
importStyle: "sass",
|
|
39
|
+
}),
|
|
40
|
+
],
|
|
28
41
|
}),
|
|
29
42
|
],
|
|
30
43
|
base:'./',
|
|
@@ -39,12 +52,15 @@ export default defineConfig({
|
|
|
39
52
|
resolve: {
|
|
40
53
|
alias: {
|
|
41
54
|
"@": path.resolve(__dirname, 'src'),
|
|
55
|
+
'vue': 'vue',
|
|
56
|
+
'src': path.resolve(__dirname, "src"),
|
|
42
57
|
},
|
|
43
|
-
extensions: [".js", ".ts", ".vue", ".json"],
|
|
58
|
+
extensions: [".js", ".ts", ".vue", ".json", ".scss"],
|
|
44
59
|
},
|
|
45
60
|
css: {
|
|
46
61
|
preprocessorOptions: {
|
|
47
62
|
scss: {
|
|
63
|
+
api: "modern-compiler",
|
|
48
64
|
silenceDeprecations: ['legacy-js-api'] // 忽略警告
|
|
49
65
|
}
|
|
50
66
|
},
|
|
@@ -90,14 +106,19 @@ export default defineConfig({
|
|
|
90
106
|
// project:resolve(__dirname,"project.html")
|
|
91
107
|
},
|
|
92
108
|
output: {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
109
|
+
chunkFileNames: 'static/js/[name]-[hash].js',
|
|
110
|
+
entryFileNames: 'static/js/[name]-[hash].js',
|
|
111
|
+
assetFileNames: 'static/[ext]/[name]-[hash].[ext]'
|
|
96
112
|
},
|
|
97
113
|
},
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
114
|
+
//默认情况下,若 outDir 在 root 目录下,则 Vite 会在构建时清空该目录。
|
|
115
|
+
emptyOutDir: true,
|
|
116
|
+
//chunk 大小警告的限制
|
|
117
|
+
chunkSizeWarningLimit: 200,
|
|
118
|
+
// 分块策略
|
|
119
|
+
chunking: {
|
|
120
|
+
maxSize: 200000, // 500kb
|
|
121
|
+
minSize: 20000 // 50kb
|
|
122
|
+
},
|
|
102
123
|
},
|
|
103
124
|
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";.sortable-ghost{opacity:.8;color:#fff!important;background:#42b983!important}.gridShow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.gridShow .el-table{height:100%;width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.gridShow .el-table .el-table__body-wrapper{width:100%;padding-bottom:30px}.gridShow .el-table .el-table__header-wrapper th{background-color:#f6f6f6}.gridShow .el-table .el-table__fixed-header-wrapper th{background-color:#8cbda4}.gridShow .el-table td,.gridShow .el-table th{padding:2px 0}.gridShow .el-table .cell,.gridShow .el-table .el-table th div,.gridShow .el-table .el-table--border th:first-child .cell,.gridShow .el-table .el-table--border td:first-child .cell{padding-left:2px!important;padding-right:2px!important}.icon-star[data-v-cd6800f2]{margin-right:2px}.drag-handler[data-v-cd6800f2]{width:20px;height:20px;cursor:pointer}.show-d[data-v-cd6800f2]{margin-top:15px}.hdBtn{cursor:pointer}.hdgrid[data-v-273c117f]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.hdgrid[data-v-273c117f] .el-table{height:100%;width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.hdgrid[data-v-273c117f] .el-table th.gutter{display:table-cell!important}.hdgrid[data-v-273c117f] .el-table .el-table__header-wrapper th,.hdgrid[data-v-273c117f] .el-table .el-table__fixed-header-wrapper th{background-color:#f6f6f6}.hdgrid[data-v-273c117f] .el-table td,.hdgrid[data-v-273c117f] .el-table th{padding:1px 0}.hdgrid[data-v-273c117f] .el-table .cell,.hdgrid[data-v-273c117f] .el-table .el-table th div,.hdgrid[data-v-273c117f] .el-table .el-table--border th:first-child .cell,.hdgrid[data-v-273c117f] .el-table .el-table--border td:first-child .cell{padding:1.5px 0 1.5px 4px!important}.hdgrid[data-v-273c117f] .el-table .el-table__empty-block{position:static;text-align:center;width:100%;height:80%}.hdgrid[data-v-273c117f] .el-table .el-table__body{margin-bottom:10px}.hdgrid[data-v-273c117f] .el-table .el-table__body-wrapper{height:100%;overflow:auto}.hdgrid[data-v-273c117f] .el-table .el-input__inner{height:27px;margin-bottom:0;line-height:27px}.hdgrid[data-v-273c117f] .el-table .el-input,.hdgrid[data-v-273c117f] .el-table .el-form-item__content,.hdgrid[data-v-273c117f] .el-table .el-form-item__label,.hdgrid[data-v-273c117f] .el-table .el-input__icon{line-height:30px}.hdgrid[data-v-273c117f] .el-table .el-input__inner{padding:5px}.hdgrid[data-v-273c117f] .el-table .el-input--prefix .el-input__inner{padding-left:30px}.hdgrid[data-v-273c117f] .el-table .cell{min-width:20px}.hdgrid[data-v-273c117f] .el-table .checkBox .cell{overflow:inherit}.hdgrid[data-v-273c117f] .el-table .checkBox .cell .el-checkbox,.hdgrid[data-v-273c117f] .el-table .checkBox .cell .el-checkbox__input{position:inherit}.hdBtnTool[data-v-273c117f]{font-weight:700;vertical-align:middle;margin-left:20px}@keyframes treeTableShow{0%{opacity:0}to{opacity:1}}@-webkit-keyframes treeTableShow{0%{opacity:0}to{opacity:1}}.ms-tree-space[data-v-2346c28d]{position:relative;top:1px;display:inline-block;font-style:normal;font-weight:400;line-height:1;width:8px;height:14px}.ms-tree-space[data-v-2346c28d]:before{content:""}.processContainer[data-v-2346c28d]{width:100%;height:100%}table td[data-v-2346c28d]{line-height:26px}.tree-ctrl[data-v-2346c28d]{position:relative;cursor:pointer;color:#2196f3;margin-left:-8px}.el-table[data-v-2346c28d]{height:100%;width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.el-table .el-table__body-wrapper[data-v-2346c28d]{width:100%}.el-table .el-table__header-wrapper th[data-v-2346c28d],.el-table .el-table__fixed-header-wrapper th[data-v-2346c28d]{background-color:#f6f6f6}.el-table td[data-v-2346c28d],.el-table th[data-v-2346c28d]{padding:1px 0}.el-table .cell[data-v-2346c28d],.el-table .el-table th div[data-v-2346c28d],.el-table .el-table--border th:first-child .cell[data-v-2346c28d],.el-table .el-table--border td:first-child .cell[data-v-2346c28d]{padding:1.5px 1px 1.5px 5px!important}.el-table .el-table__empty-block[data-v-2346c28d]{position:static;text-align:center;width:100%;height:80%}.el-table .el-table__body[data-v-2346c28d]{margin-bottom:10px}.el-table .el-table__body-wrapper[data-v-2346c28d]{height:100%;overflow-y:auto}.el-table .el-input__inner[data-v-2346c28d]{height:27px;margin-bottom:0}.el-table .el-input[data-v-2346c28d],.el-table .el-form-item__content[data-v-2346c28d],.el-table .el-form-item__label[data-v-2346c28d],.el-table .el-input__icon[data-v-2346c28d]{line-height:30px}.el-table .el-input__inner[data-v-2346c28d]{padding:5px}.el-table .el-input--prefix .el-input__inner[data-v-2346c28d]{padding-left:30px}.wrapperChg{position:static!important;z-index:1}.dialogChg{position:absolute!important;z-index:1001;left:0;right:0}.hdAside[data-v-172988a5]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.asideDrag[data-v-172988a5]{width:5px;height:100%;overflow:hidden;cursor:ew-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.moveline[data-v-172988a5]{width:5px;height:100%;overflow:hidden;position:fixed;cursor:ew-resize;background-color:red;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dragShowCls[data-v-172988a5]{background-color:#409eff}.hdFooter[data-v-b34e9527]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.asideDrag[data-v-b34e9527]{width:100%;height:5px;overflow:hidden;cursor:ns-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.moveline[data-v-b34e9527]{width:100%;height:5px;overflow:hidden;position:fixed;cursor:ns-resize;background-color:red;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dragShowCls[data-v-b34e9527]{background-color:#409eff}.hdHeader{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.asideDrag{width:100%;height:5px;overflow:hidden;cursor:ns-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.moveline{width:100%;height:5px;overflow:hidden;position:fixed;cursor:ns-resize;background-color:red;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dragShowCls{background-color:#409eff}.hdMain{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.gridShow .el-table{height:100%;width:100%}.gridShow .el-table .el-table__body-wrapper{width:100%}.gridShow .el-table .el-table__header-wrapper th,.gridShow .el-table .el-table__fixed-header-wrapper th{background-color:#f6f6f6}.gridShow .el-table td,.gridShow .el-table th{padding:1px 0}.gridShow .el-table .cell,.gridShow .el-table .el-table th div,.gridShow .el-table .el-table--border th:first-child .cell,.gridShow .el-table .el-table--border td:first-child .cell{padding:1.5px 1px 1.5px 5px!important}.gridShow .el-table .el-table__empty-block{position:static;text-align:center;width:100%;height:80%}.gridShow .el-table .el-table__body{margin-bottom:10px}.gridShow .el-table .el-table__body-wrapper{height:100%;overflow-y:auto}.gridShow .el-table .el-input__inner{height:27px;margin-bottom:0}.gridShow .el-table .el-input,.gridShow .el-table .el-form-item__content,.gridShow .el-table .el-form-item__label,.gridShow .el-table .el-input__icon{line-height:30px}.gridShow .el-table .el-input__inner{padding:5px}.gridShow .el-table .el-input--prefix .el-input__inner{padding-left:30px}.gridShow .el-tag+.el-tag{margin-left:10px}.gridShow .button-new-tag{margin-left:10px;height:32px;line-height:30px;padding-top:0;padding-bottom:0}.gridShow .input-new-tag{width:90px;margin-left:10px;vertical-align:bottom}#excel-upload-input[data-v-102e2692]{display:none;z-index:-9999}.excelSel[data-v-102e2692]{border:2px dashed #bbb;width:600px;height:160px;line-height:80px;margin:0 auto;font-size:24px;border-radius:5px;text-align:center;color:#bbb;position:relative}[data-v-30bd2718] .gray-row{background:#dcdcdc}.lucencyInput .el-input__inner{border:0px}.el-popper{z-index:3000!important}.lucencyInput .el-input__inner[data-v-01991849]{border:0px}.el-cascader[data-v-01991849]{width:100%}.el-dialog[data-v-7ec084e8]{height:100%}.scroll-container[data-v-de023373]{white-space:nowrap;position:relative;overflow:hidden}.scroll-container .scroll-wrapper[data-v-de023373]{position:absolute}.tags-view-container .tags-view-item[data-v-ddac9a9d]{display:inline-block;position:relative;height:26px;line-height:26px;border:1px solid #d8dce5;color:#495060;background:#fff;padding:0 8px;font-size:12px;margin-left:5px;margin-top:4px}.tags-view-container .tags-view-item[data-v-ddac9a9d]:first-of-type{margin-left:15px}.tags-view-container .tags-view-item.active[data-v-ddac9a9d]{background-color:#409eff;color:#fff;border-color:#409eff}.tags-view-container .tags-view-item.active[data-v-ddac9a9d]:before{content:"";background:#fff;display:inline-block;width:8px;height:8px;border-radius:50%;position:relative;margin-right:2px}.tags-view-container .tags-view-item .el-icon-close[data-v-ddac9a9d]{width:16px;height:16px;vertical-align:2px;border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.tags-view-container .tags-view-item .el-icon-close[data-v-ddac9a9d]:before{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);display:inline-block;vertical-align:-3px}.tags-view-container .tags-view-item .el-icon-close[data-v-ddac9a9d]:hover{background-color:#b4bccc;color:#fff}.navbar[data-v-37934b15]{height:30px;line-height:40px;border-radius:0!important}.navbar .hamburger-container[data-v-37934b15]{float:left;padding:0 10px}.navbar .breadcrumb-container[data-v-37934b15]{float:left}.navbar .errLog-container[data-v-37934b15]{display:inline-block;vertical-align:top}.navbar .right-menu[data-v-37934b15]{float:right;height:100%}.navbar .right-menu[data-v-37934b15]:focus{outline:none}.navbar .right-menu .right-menu-item[data-v-37934b15]{display:inline-block;margin:0 8px}.navbar .right-menu .screenfull[data-v-37934b15]{vertical-align:middle;height:40px}.navbar .right-menu .international[data-v-37934b15]{vertical-align:top}.navbar .right-menu .international .international-icon[data-v-37934b15]{font-size:20px;cursor:pointer;vertical-align:-5px}.navbar .right-menu .theme-switch[data-v-37934b15]{vertical-align:15px}.navbar .right-menu .avatar-container[data-v-37934b15]{height:40px;margin-right:30px}.navbar .right-menu .avatar-container .avatar-wrapper[data-v-37934b15]{cursor:pointer;margin-top:5px;position:relative}.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-37934b15]{width:30px;height:30px;border-radius:10px}.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-37934b15]{position:absolute;right:-20px;top:25px;font-size:12px}.header-search[data-v-08198e19]{font-size:0!important}.header-search .search-icon[data-v-08198e19]{font-size:18px;vertical-align:middle;display:inline-block;cursor:pointer;fill:#e4e9ef}.header-search .header-search-select[data-v-08198e19]{font-size:18px;-webkit-transition:width .2s;transition:width .2s;width:0;overflow:hidden;background:transparent;border-radius:0;display:inline-block;vertical-align:middle}.header-search .header-search-select[data-v-08198e19] .el-input__inner{border-radius:0;border:0;padding-left:0;padding-right:0;box-shadow:none!important;border-bottom:1px solid #d9d9d9;vertical-align:middle}.header-search.show .header-search-select[data-v-08198e19]{width:150px;margin-left:10px}.right-menu-item[data-v-0fbd9b64]{display:inline-block;margin:0 8px}.item[data-v-0fbd9b64]{position:absolute;z-index:2000;margin-left:-10px}.el-icon-caret-bottom[data-v-0fbd9b64]:before{content:""!important}.app-main{height:100%;overflow:auto}.hamburger[data-v-4b657374]{display:inline-block;cursor:pointer;width:20px;height:20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.38s;transition:.38s;-webkit-transform-origin:30% 50%;-ms-transform-origin:30% 50%;transform-origin:30% 50%}.hamburger.is-active[data-v-4b657374]{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}ul[data-v-c8af0f92],ol[data-v-c8af0f92]{list-style:none}.clearfix[data-v-c8af0f92]:after{clear:both;content:".";display:block;height:0;visibility:hidden}.clearfix[data-v-c8af0f92]{display:inline-table}html .clearfix[data-v-c8af0f92]{height:1%}.clearfix[data-v-c8af0f92]{display:block}.ma[data-v-c8af0f92]{margin-left:auto;margin-right:auto}.w980[data-v-c8af0f92]{width:980px}.mt10[data-v-c8af0f92]{margin-top:10px}.product_sortBg[data-v-c8af0f92]{background-color:#ededed}.menuSvg[data-v-c8af0f92]{height:30px;background-color:#ededed;border-bottom:solid 1px #bbb;text-align:center;color:#f0f0f0;padding-top:5px}.hamburger[data-v-4e6f274c][data-v-c8af0f92]{width:16px!important;height:16px!important;fill:#bbb}.product_sort[data-v-c8af0f92]{height:calc(100vh - 80px);position:relative;z-index:999}.product_sort .hd[data-v-c8af0f92]{line-height:40px;text-indent:20px;font-size:15px;font-weight:700;color:#fff}.product_sort .bd[data-v-c8af0f92]{padding-bottom:10px}.product_sort .bd .item[data-v-c8af0f92]{border-bottom:solid 1px #bbb;height:50px;position:relative}.product_sort .bd .item .title[data-v-c8af0f92]{text-indent:13px;height:50px;overflow:hidden;line-height:50px;font-size:15px;font-weight:700}.product_sort .bd .item .title a[data-v-c8af0f92]{position:relative}.product_sort .bd .item .title .fa[data-v-c8af0f92]{font-size:16px;margin-right:5px;width:20px!important;height:20px!important;display:block!important;float:left;margin-top:15px}.product_sortSelected[data-v-c8af0f92]{background-color:#409eff}.product_sortUnselected[data-v-c8af0f92]{background-color:#666}.product_sortTwo[data-v-c8af0f92]{width:820px;min-height:30px;max-height:400px;overflow-y:auto;position:absolute;left:142px;padding-top:10px;padding-bottom:5px;border:1px solid #b6b6b6;color:#494949;background:#FFF}.product_sortTwoDiv[data-v-c8af0f92]{width:770px;float:left;margin-left:25px;margin-bottom:5px;padding-bottom:0}.product_sortTwoBottomLine[data-v-c8af0f92]{border:0px;padding-bottom:0}.product_sortSpan[data-v-c8af0f92]{color:#0555a6;font-weight:700;display:block;float:left;width:100%;height:30px;line-height:30px;margin-right:10px;border-bottom:1px solid #ccc}.product_sortSpan a[data-v-c8af0f92]{display:inline-block}.product_sortTwoMenu[data-v-c8af0f92]{width:100%;float:left;margin-top:5px}.product_sortTwoMenu>a[data-v-c8af0f92]{min-width:50px;width:auto!important;height:30px;line-height:30px;float:left;color:#646464;display:block;margin-right:10px}.product_sortTwoMenu a[data-v-c8af0f92]:hover{color:#888}.product_sortTwo678[data-v-c8af0f92],.product_sortTwo9[data-v-c8af0f92]{width:850px;min-height:30px;height:auto!important;position:absolute;left:142px;padding-top:10px;padding-bottom:10px;border:1px solid #b6b6b6;color:#494949;background:#FFF;bottom:0px}.product_sort .bd .item .list[data-v-c8af0f92]{padding-left:5px;height:30px;line-height:30px;overflow:hidden}.product_sort .bd .item .list a[data-v-c8af0f92]{color:#333}.product_sort .bd .item .list a[data-v-c8af0f92]:hover{text-decoration:underline}.product_sort .bd .item .arrow[data-v-c8af0f92]{font-size:12px;color:#333;position:absolute;right:10px;top:18px}.product_sort .bd .menuvisit .arrow[data-v-c8af0f92]{font-size:12px;color:#fff;position:absolute;right:10px;top:18px}.product_sort .bd .item .line[data-v-c8af0f92]{position:absolute;right:-2px;top:0px;width:2px;height:55px;background-color:#fff;z-index:999;display:none}.product_sort .bd .item .subitem[data-v-c8af0f92]{display:none}.product_sort .bd .layer .line[data-v-c8af0f92],.product_sort .bd .layer .arrow[data-v-c8af0f92]{display:block}.product_sort .bd .layer .subitem[data-v-c8af0f92]{width:731px;background:#fff;border:solid 1px #dbd4d5;border-left:none;position:absolute;top:-1px;z-index:999;min-height:55px;height:auto!important;height:55px;padding:10px 20px;display:block}.product_sort[data-v-c8af0f92] .el-scrollbar__wrap{overflow-x:hidden}.product_sort[data-v-c8af0f92] .is-horizontal{height:0}.hd-layout[data-v-41e145c8]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.hd-layout .hd-header[data-v-41e145c8]{height:52px;width:100%}.hd-layout .hd-content[data-v-41e145c8]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.hd-layout .hd-content .hd-menu[data-v-41e145c8]{width:50px}.hd-layout .hd-content .hd-main[data-v-41e145c8]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header-search[data-v-b3325ee8]{font-size:0!important}.header-search .search-icon[data-v-b3325ee8]{font-size:18px;vertical-align:middle;display:inline-block;cursor:pointer;fill:#e4e9ef}.header-search .header-search-select[data-v-b3325ee8]{font-size:18px;-webkit-transition:width .2s;transition:width .2s;width:0;overflow:hidden;background:transparent;border-radius:0;display:inline-block;vertical-align:middle}.header-search .header-search-select[data-v-b3325ee8] .el-input__inner{border-radius:0;border:0;padding-left:0;padding-right:0;box-shadow:none!important;border-bottom:1px solid #d9d9d9;vertical-align:middle}.header-search.show .header-search-select[data-v-b3325ee8]{width:150px;margin-left:10px}
|