backend-management-ui 1.7.2 → 1.7.3
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/index.common.js +3 -4
- package/package.json +1 -1
package/index.common.js
CHANGED
|
@@ -1356,7 +1356,6 @@ var __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
|
1356
1356
|
var script = {
|
|
1357
1357
|
name: 'UiVirtualSelect',
|
|
1358
1358
|
components: {
|
|
1359
|
-
ElSelect: ElSelect,
|
|
1360
1359
|
VueVirtualScrollList: VueVirtualScrollList__default["default"]
|
|
1361
1360
|
},
|
|
1362
1361
|
props: {
|
|
@@ -1544,14 +1543,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
1544
1543
|
/* style */
|
|
1545
1544
|
var __vue_inject_styles__ = function __vue_inject_styles__(inject) {
|
|
1546
1545
|
if (!inject) return;
|
|
1547
|
-
inject("data-v-
|
|
1548
|
-
source: ".select-wrap[data-v-
|
|
1546
|
+
inject("data-v-6248b968_0", {
|
|
1547
|
+
source: ".select-wrap[data-v-6248b968]{position:relative}.virtual-select-popper[data-v-6248b968]{padding:0!important;border:1px solid #e4e7ed!important;border-radius:4px!important}.virtual-list[data-v-6248b968]{max-height:245px;overflow-y:auto;overflow-x:hidden!important;scrollbar-width:thin;scrollbar-color:#e4e7ed #f5f7fa}.virtual-list[data-v-6248b968]::-webkit-scrollbar{width:6px!important;display:block!important}.virtual-list[data-v-6248b968]::-webkit-scrollbar-thumb{background-color:#e4e7ed;border-radius:3px}.virtual-list[data-v-6248b968]::-webkit-scrollbar-track{background-color:#f5f7fa}[data-v-6248b968]:deep(.el-scrollbar__bar.is-vertical){display:none!important}",
|
|
1549
1548
|
map: undefined,
|
|
1550
1549
|
media: undefined
|
|
1551
1550
|
});
|
|
1552
1551
|
};
|
|
1553
1552
|
/* scoped */
|
|
1554
|
-
var __vue_scope_id__ = "data-v-
|
|
1553
|
+
var __vue_scope_id__ = "data-v-6248b968";
|
|
1555
1554
|
/* module identifier */
|
|
1556
1555
|
var __vue_module_identifier__ = undefined;
|
|
1557
1556
|
/* functional template */
|