base6-ui 1.1.8 → 1.1.9

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.
@@ -1,7 +1,7 @@
1
1
  import o from "./index.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-69c70a1c"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b1d16e8d"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1,6 +1,6 @@
1
- import { NCard as m, NDataTable as g } from "naive-ui";
2
- import { defineComponent as h, ref as u, useTemplateRef as b, computed as v, onMounted as p, onUnmounted as w, createBlock as x, openBlock as C, withCtx as H, createElementVNode as y, normalizeClass as T, createVNode as N, mergeProps as z, nextTick as B } from "vue";
3
- const W = /* @__PURE__ */ h({
1
+ import { NDataTable as v } from "naive-ui";
2
+ import { defineComponent as b, ref as u, useTemplateRef as g, computed as m, onMounted as p, onUnmounted as y, createElementBlock as C, openBlock as w, createElementVNode as x, normalizeClass as H, createVNode as O, mergeProps as T, nextTick as B } from "vue";
3
+ const E = { class: "base-data-table" }, R = /* @__PURE__ */ b({
4
4
  __name: "index",
5
5
  props: {
6
6
  columns: { default: void 0 },
@@ -9,65 +9,73 @@ const W = /* @__PURE__ */ h({
9
9
  pagination: { default: !1 },
10
10
  bordered: { default: !0 },
11
11
  singleColumn: { default: !1 },
12
- striped: { default: !1 }
12
+ striped: { default: !1 },
13
+ transparent: { type: Boolean, default: !1 },
14
+ themeOverrides: { default: void 0 },
15
+ tableStyle: {},
16
+ tableClass: {}
13
17
  },
14
- setup(e) {
15
- const l = u(0), n = u(0), s = b("dataTableWrapRef"), d = e, f = v(() => {
16
- const a = [];
17
- return d.tableScroll && a.push("h-full overflow-hidden table-scroll"), a;
18
+ setup(t) {
19
+ const n = u(0), s = u(0), o = g("dataTableWrapRef"), a = t, f = m(() => {
20
+ const e = [];
21
+ return a.tableScroll && e.push("h-full overflow-hidden table-scroll"), e;
22
+ }), h = m(() => {
23
+ const e = {};
24
+ return a.transparent && Object.assign(e, {
25
+ tdColor: "#0000",
26
+ thColor: "#0000"
27
+ }), a.themeOverrides && Object.assign(e, a.themeOverrides), Object.keys(e).length ? e : void 0;
18
28
  }), r = () => {
19
- if (s.value)
20
- if (!d.tableScroll)
21
- l.value = void 0, n.value = void 0;
29
+ if (o.value)
30
+ if (!a.tableScroll)
31
+ n.value = void 0, s.value = void 0;
22
32
  else {
23
- const a = document.getElementsByClassName("n-data-table-base-table-header")[0], i = document.getElementsByClassName("n-data-table__pagination")[0];
24
- let t = 0;
25
- a && (t += a.offsetHeight), i && (t += i.offsetHeight + 12);
26
- const o = s.value.offsetHeight - t;
27
- l.value = o, n.value = o;
33
+ const e = document.getElementsByClassName("n-data-table-base-table-header")[0], i = document.getElementsByClassName("n-data-table__pagination")[0];
34
+ let l = 0;
35
+ e && (l += e.offsetHeight), i && (l += i.offsetHeight + 12);
36
+ const c = o.value.offsetHeight - l;
37
+ n.value = c, s.value = c;
28
38
  }
29
- }, c = async () => {
30
- l.value = 0, n.value = 0, await B(), r();
39
+ }, d = async () => {
40
+ n.value = 0, s.value = 0, await B(), r();
31
41
  };
32
42
  return p(() => {
33
- r(), window.addEventListener("resize", c);
34
- }), w(() => {
35
- window.removeEventListener("resize", c);
36
- }), (a, i) => {
37
- const t = g, o = m;
38
- return C(), x(o, {
39
- class: "base-data-table",
40
- size: "small",
41
- bordered: !1
42
- }, {
43
- default: H(() => [
44
- y("div", {
45
- ref_key: "dataTableWrapRef",
46
- ref: s,
47
- class: T(["w-full", f.value])
48
- }, [
49
- N(t, z({ class: "base-data-table-content" }, {
50
- ...a.$attrs,
51
- style: void 0,
52
- class: void 0
53
- }, {
54
- bordered: e.bordered,
55
- columns: e.columns,
56
- data: e.data,
57
- "max-height": l.value,
58
- "min-height": n.value,
59
- pagination: e.pagination,
60
- "single-column": e.singleColumn,
61
- striped: e.striped,
62
- "table-layout": "fixed"
63
- }), null, 16, ["bordered", "columns", "data", "max-height", "min-height", "pagination", "single-column", "striped"])
64
- ], 2)
65
- ]),
66
- _: 1
67
- });
43
+ r(), window.addEventListener("resize", d);
44
+ }), y(() => {
45
+ window.removeEventListener("resize", d);
46
+ }), (e, i) => {
47
+ const l = v;
48
+ return w(), C("div", E, [
49
+ x("div", {
50
+ ref_key: "dataTableWrapRef",
51
+ ref: o,
52
+ class: H(["w-full", f.value])
53
+ }, [
54
+ O(l, T({
55
+ class: ["base-data-table-content", {
56
+ "is-transparent": t.transparent
57
+ }]
58
+ }, {
59
+ ...e.$attrs,
60
+ style: t.tableStyle,
61
+ class: t.tableClass
62
+ }, {
63
+ bordered: t.bordered,
64
+ columns: t.columns,
65
+ data: t.data,
66
+ "max-height": n.value,
67
+ "min-height": s.value,
68
+ pagination: t.pagination,
69
+ "single-column": t.singleColumn,
70
+ striped: t.striped,
71
+ "theme-overrides": h.value,
72
+ "table-layout": "fixed"
73
+ }), null, 16, ["class", "bordered", "columns", "data", "max-height", "min-height", "pagination", "single-column", "striped", "theme-overrides"])
74
+ ], 2)
75
+ ]);
68
76
  };
69
77
  }
70
78
  });
71
79
  export {
72
- W as default
80
+ R as default
73
81
  };
@@ -6,7 +6,7 @@ const e = {
6
6
  tdTextColor: r["color-gray-10"],
7
7
  thColor: o["bg-color-2"],
8
8
  thTextColor: o["color-text-2"],
9
- borderColor: "#0000"
9
+ borderColor: r["color-gray-3"]
10
10
  // borderColor: darkBase['color-gray-4'],
11
11
  // borderRadius: commonBase['borderRadiusMedium']
12
12
  };
@@ -6,7 +6,7 @@ const e = {
6
6
  tdTextColor: o["color-gray-10"],
7
7
  thColor: r["bg-color-2"],
8
8
  thTextColor: o["color-gray-8"],
9
- borderColor: "#0000"
9
+ borderColor: o["color-gray-3"]
10
10
  // borderColor: lightBase['color-gray-4'],
11
11
  // borderRadius: commonBase['borderRadiusMedium']
12
12
  };
@@ -1,4 +1,4 @@
1
- import { computed as a, ref as d, shallowRef as M, watch as f } from "vue";
1
+ import { computed as a, ref as d, shallowRef as f, watch as M } from "vue";
2
2
  import h from "./useContext.mjs";
3
3
  function L(s) {
4
4
  const o = a(() => {
@@ -45,7 +45,7 @@ function p(s) {
45
45
  const [e] = o.value.split("_");
46
46
  l(e);
47
47
  }
48
- const t = M(s.menuList), u = a(
48
+ const t = f(s.menuList), u = a(
49
49
  () => s.menuList.map((e) => {
50
50
  const { children: i, ...v } = e;
51
51
  return v;
@@ -53,7 +53,7 @@ function p(s) {
53
53
  ), n = a(
54
54
  () => s.menuList.find((e) => e.key === c.value)?.children || []
55
55
  ), r = a(() => c.value ? !!t.value.find((i) => i.key === c.value)?.children?.length : !1);
56
- return console.log(s.curRoute, "route.name"), f(
56
+ return M(
57
57
  () => s.curRoute?.name,
58
58
  () => {
59
59
  m();
@@ -69,10 +69,10 @@ function p(s) {
69
69
  getActiveFirstLevelMenuKey: m
70
70
  };
71
71
  }
72
- const { setupStore: A, useStore: R } = h("mix-menu", p);
72
+ const { setupStore: y, useStore: A } = h("mix-menu", p);
73
73
  export {
74
- A as setupMixMenuContext,
74
+ y as setupMixMenuContext,
75
75
  L as useMenu,
76
76
  p as useMixMenu,
77
- R as useMixMenuContext
77
+ A as useMixMenuContext
78
78
  };
package/es/index.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.n-steps.n-steps--vertical>.n-step>.n-step-indicator>.n-step-splitor{width:2px}.n-steps .n-step-splitor{height:2px}.n-tabs.n-tabs--segment-type .n-tabs-rail{width:auto;max-width:100%}.n-tabs.n-tabs--segment-type .n-tabs-rail .n-tabs-tab--disabled,.n-tabs.n-tabs--segment-type .n-tabs-rail .n-tabs-tab--disabled:hover{color:var(--n-tab-text-color-disabled)}.n-tabs.n-tabs--segment-type .n-tabs-rail .n-tabs-tab--disabled.n-tabs-tab--active:hover{color:var(--n-tab-text-color-active)}.n-popconfirm .n-popconfirm__action{display:flex;justify-content:center}.base-progress.n-progress.n-progress--dashboard{width:var(--n-circle-width)}.base-progress.n-progress.n-progress--dashboard .base-progress-dashboard-content{display:flex;flex-direction:column;align-items:center}.base-progress.n-progress.n-progress--dashboard .base-progress-dashboard-content-logo{display:flex;justify-content:center;align-items:center;border-radius:100%;background-color:var(--n-icon-color)}.base-progress.n-progress.n-progress--dashboard .base-progress-dashboard-content-title{font-size:var(--n-content-font-size);color:var(--n-text-color-circle)}.base-progress.n-progress.n-progress--dashboard .base-progress-dashboard-content-tip{text-align:center;font-size:var(--n-tip-font-size-circle);color:var(--n-tip-color-circle)}/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--font-weight-bold:700;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-0{top:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.mx-\[4px\]{margin-inline:4px}.mb-\[6px\]{margin-bottom:6px}.flex{display:flex}.h-full{height:100%}.w-full{width:100%}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.cursor-pointer{cursor:pointer}.resize{resize:both}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-\[30px\]{gap:30px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-\[8px\]{border-radius:8px}.border{border-style:var(--tw-border-style);border-width:1px}.bg-transparent{background-color:#0000}.px-\[4px\]{padding-inline:4px}.px-\[12px\]{padding-inline:12px}.px-\[16px\]{padding-inline:16px}.py-\[8px\]{padding-block:8px}.pl-\[16px\]{padding-left:16px}.text-center{text-align:center}.\!text-\[16px\]{font-size:16px!important}.text-\[12px\]{font-size:12px}.text-\[18px\]{font-size:18px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.whitespace-nowrap{white-space:nowrap}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}@media (hover:hover){.hover\:bg-\[rgba\(0\,0\,0\,0\.08\)\]:hover{background-color:#00000014}}.active\:scale-\[0\.95\]:active{scale:.95}}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}.base-data-table[data-v-69c70a1c]{display:flex;flex:1;overflow:hidden}.base-data-table-content.n-data-table[data-v-69c70a1c] .n-data-table-th .n-data-table-th__title-wrapper .n-data-table-th__title{flex:none}.base-data-table-content.n-data-table[data-v-69c70a1c] .n-data-table-th.n-data-table-th--filterable{display:flex}.base-data-table-content.n-data-table[data-v-69c70a1c] .n-data-table-th .n-data-table-filter{position:relative;width:auto;margin-left:4px;background-color:transparent}.base-data-table-content.n-data-table[data-v-69c70a1c] .n-data-table-tr td:first-of-type{border-top-left-radius:10px;border-bottom-left-radius:10px}.base-data-table-content.n-data-table[data-v-69c70a1c] .n-data-table-tr td:last-of-type{border-top-right-radius:10px;border-bottom-right-radius:10px}.base-data-table-content.n-data-table[data-v-69c70a1c] .n-data-table-tr.n-data-table-tr--striped{background-color:#0000}.base-input-number[data-v-f500335a]{display:flex;align-items:center}.base-input-number.base-input-number--large .inner-controls>div[data-v-f500335a]{width:var(--n-input-number-inner-controls-width-large);height:var(--n-input-number-inner-controls-height-large);border-radius:var(--n-input-number-inner-controls-border-radius-large)}.base-input-number.base-input-number--medium .inner-controls>div[data-v-f500335a]{width:var(--n-input-number-inner-controls-width-medium);height:var(--n-input-number-inner-controls-height-medium);border-radius:var(--n-input-number-inner-controls-border-radius-medium)}.base-input-number.base-input-number--small .inner-controls>div[data-v-f500335a]{width:var(--n-input-number-inner-controls-width-small);height:var(--n-input-number-inner-controls-height-small);border-radius:var(--n-input-number-inner-controls-border-radius-small)}.base-input-number .inner-controls[data-v-f500335a]{display:flex;flex-direction:column}.base-input-number .inner-controls .add[data-v-f500335a]{margin-bottom:2px}.base-input-number .inner-controls .add[data-v-f500335a],.base-input-number .inner-controls .minus[data-v-f500335a]{background-color:var(--n-input-number-inner-controls-background);cursor:pointer;color:var(--n-input-number-controls-color);display:flex;justify-content:center;align-items:center}.base-input-number .inner-controls .add.is-disabled[data-v-f500335a],.base-input-number .inner-controls .minus.is-disabled[data-v-f500335a]{cursor:not-allowed;background-color:var(--n-input-number-inner-controls-background-disabled);color:var(--n-input-number-controls-color-disabled)}.base-input-number .inner-controls .add[data-v-f500335a]:hover,.base-input-number .inner-controls .minus[data-v-f500335a]:hover{scale:1.1}.base-input-number .minus-btn[data-v-f500335a],.base-input-number .add-btn[data-v-f500335a]{border-radius:10px;padding:0;width:var(--n-height)}.base-input-number .minus-btn[data-v-f500335a]{margin-right:4px}.base-input-number .add-btn[data-v-f500335a]{margin-left:4px}._layout-header_11xy9_1,._layout-header-placement_11xy9_2{height:var(--layout-header-height)}._layout-header_11xy9_1{z-index:var(--layout-header-z-index)}._layout-header_11xy9_1._layout-header-is-fixed_11xy9_10{top:0}._layout-header_11xy9_1._layout-header-is-fixed_11xy9_10,._layout-tab_11xy9_14._layout-tab-is-fixed_11xy9_14{position:absolute;left:0;width:100%}._layout-header-placement_11xy9_2,._layout-tab-placement_11xy9_20{display:flex;flex-shrink:0;overflow:hidden}._layout-tab_11xy9_14{top:var(--layout-header-height);z-index:var(--layout-tab-z-index)}._layout-tab_11xy9_14,._layout-tab-placement_11xy9_20{height:var(--layout-tab-height)}._layout-content_11xy9_35{display:flex;flex-direction:column;flex-grow:1}._layout-slider_11xy9_41{position:absolute;top:0;left:0;height:100%}._layout-slider-full_11xy9_48,._layout-slider-collapse_11xy9_48{z-index:var(--layout-slider-z-index)}._layout-slider-full_11xy9_48{width:var(--layout-slider-width);min-width:var(--layout-slider-width);max-width:var(--layout-slider-width)}._layout-slider-collapse_11xy9_48{width:var(--layout-slider-collapse-width);min-width:var(--layout-slider-collapse-width);max-width:var(--layout-slider-collapse-width)}._slider-padding-top_11xy9_64{padding-top:var(--layout-header-height)}._slider-padding-bottom_11xy9_68{padding-bottom:var(--layout-footer-height)}._layout-footer_11xy9_72,._layout-footer-placement_11xy9_72{height:var(--layout-footer-height);min-height:var(--layout-footer-height)}._layout-footer_11xy9_72{z-index:var(--layout-footer-z-index)}._layout-footer-placement_11xy9_72{flex-shrink:0;overflow:hidden}._layout-footer-fixed_11xy9_86{position:absolute;bottom:0;left:0;width:100%;flex-shrink:0}._left-gap-full_11xy9_94{padding-left:var(--layout-slider-width)}._left-gap-collapsed_11xy9_98{padding-left:var(--layout-slider-collapse-width)}._overflow-y-auto_11xy9_102{overflow-y:auto}._layout-transition-all_11xy9_106{transition:all ease-in .3s}.layout-header[data-v-536ed35a]{display:flex;flex-shrink:0}.layout-material[data-v-6b618cca]{position:relative;height:100%;width:100%}.layout-material .layout-content[data-v-6b618cca]{height:100%;width:100%;display:flex;flex-direction:column}.base-layout-aside[data-v-841ccab2]{background-color:var(--n-color)}.base-layout-aside-logo-wrap[data-v-841ccab2]{display:flex;justify-content:center;color:var(--n-icon-color)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-menu-item-content.n-menu-item-content--child-active:before{background-color:var(--n-item-color-active)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-menu-item-content.n-menu-item-content--child-active .n-menu-item-content-header{color:var(--n-item-text-color-active)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-menu-item-content.n-menu-item-content--child-active:hover .n-menu-item-content-header{color:var(--n-item-text-color-active-hover)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content:after{height:100%;width:1.5px;content:"";background-color:var(--n-item-text-color-child);margin-left:var(--n-side-menu-bar);margin-right:var(--n-side-menu-indent)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content.n-menu-item-content--selected:before{background-color:#0000}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content.n-menu-item-content--selected .n-menu-item-content-header{color:var(--n-item-text-color-child-active)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content.n-menu-item-content--selected:after{width:2px;background-color:var(--n-item-text-color-child-active)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content:not(.n-menu-item-content--disabled):hover .n-menu-item-content-header{color:var(--n-item-text-color-child-active-hover)}.base-layout-header[data-v-1e399468]{display:flex;align-items:center}.product-introduction-trigger[data-v-e7dab024]{padding:0 4px}.base-product-introduction-panel-popover{height:620px;background-color:var(--base-color)}.base-product-introduction-panel{padding:32px}.base-product-introduction-panel>.header{display:flex;justify-content:space-between;line-height:16px;color:var(--base-text-color)}.base-product-introduction-panel>.header svg:hover{cursor:pointer}.base-product-introduction-panel>.content-wrap{margin-top:24px}.base-product-introduction-panel .content-item{margin-bottom:48px}.base-product-introduction-panel .content-item:last-of-type{margin-bottom:0}.base-product-introduction-panel .content-item-header{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr;width:100%;overflow:hidden;height:40px;column-gap:8px}.base-product-introduction-panel .content-item-header .icon{display:flex;align-items:center;grid-column:1;grid-row:1/3}.base-product-introduction-panel .content-item-header .title{grid-column:2;grid-row:1;font-size:16px;font-weight:500;line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--base-title-color)}.base-product-introduction-panel .content-item-header .description{grid-column:2;grid-row:2;font-size:12px;line-height:16px;height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--base-text-color)}.base-product-introduction-panel .content-child-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;overflow:hidden;margin-top:12px}.base-product-introduction-panel .content-child-wrap .n-card{padding:12px;background-color:var(--n-color)}.base-product-introduction-panel .content-child-wrap .n-card:hover{border-color:var(--base-card-border-hover-color)}.base-product-introduction-panel .content-child-wrap .n-card-cover{border-radius:5px}.base-product-introduction-panel .content-child-wrap .n-card-header{padding:12px 0 0;line-height:20px}.base-product-introduction-panel .content-child-wrap .n-card__content{padding:8px 0 0;line-height:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.base-product-introduction-panel .content-child-wrap .n-card__content:hover .to-use{height:48px}.base-product-introduction-panel .content-child-wrap .n-card .to-use{display:flex;justify-content:center;align-items:center;position:absolute;bottom:0;left:0;right:0;height:0;background-color:var(--base-color);border-radius:0 0 10px 10px;overflow:hidden;transition:height .3s}.base-layout-header-title-container[data-v-f1ec5dd8]{display:flex;align-items:center;padding-left:20px}.base-layout-header-title-container[data-v-f1ec5dd8] .n-divider{font-size:24px;margin:0 16px}.base-layout-header-action-container[data-v-cd49cd7d]{display:flex;margin-right:24px}.base-layout-header-action-container[data-v-cd49cd7d]>.n-button{padding:0 8px;margin-right:12px}.base-layout-header-action-container .user-trigger .name[data-v-cd49cd7d]{margin-left:6px}.base-layout-content[data-v-1087183d]{display:flex;flex-direction:column;flex-grow:1;background-color:var(--n-color)}.base-radio.n-radio--disabled.n-radio--checked[data-v-2b3eac12] .n-radio__dot--checked{box-shadow:var(--n-box-shadow-active-disabled);background-color:var(--n-color-active-disabled)}.base-select-menu .n-base-select-option--pending{color:var(--n-option-text-color-pressed)}.base-select-menu.n-base-select-menu.n-base-select-menu--multiple .n-base-select-option.n-base-select-option--selected:before{background-color:#0000}.base-select-menu.n-base-select-menu.n-base-select-menu--multiple .n-base-select-option.n-base-select-option--pending:before{background-color:var(--n-option-color-active)}.base-slider[data-v-9881a15b]{display:flex;align-items:center}.base-slider[data-v-9881a15b] .n-slider-handle{border:var(--n-slider-handler-border)}.base-slider .slider-content[data-v-9881a15b]{flex:1;position:relative}.base-slider .slider-content .extreme-value-text[data-v-9881a15b]{position:absolute;display:flex;justify-content:space-between;align-items:center;width:100%;font-size:12px;color:var(--n-slider-extreme-value-text-color)}.base-slider .slider-input[data-v-9881a15b]{margin-left:16px;display:flex;align-items:center}.base-slider .slider-input .line[data-v-9881a15b]{margin:0 8px;width:10px;height:1px;background:var(--n-slider-range-input-line-color)}.base-slider .slider-input[data-v-9881a15b] .n-input-number{width:var(--n-slider-input-width)}.base-switch[data-v-b0c0e5fe] .n-switch__button{box-shadow:0 5px 5px -3px #0000001a,0 8px 10px 1px #0000000f,0 3px 14px 2px #0000000d}.base-switch[data-v-b0c0e5fe] .n-switch__rail{opacity:1}.base-switch.n-switch--disabled[data-v-b0c0e5fe] .n-switch__rail{background-color:var(--n-rail-color-disabled)}.base-switch.n-switch--disabled[data-v-b0c0e5fe] .n-switch__rail .n-switch__button{background-color:var(--n-button-color-disabled)}.base-switch.n-switch--disabled.n-switch--active[data-v-b0c0e5fe] .n-switch__rail{background-color:var(--n-rail-color-active-disabled)}.base-switch.n-switch--disabled.n-switch--active[data-v-b0c0e5fe] .n-switch__rail .n-switch__button{background-color:var(--n-button-color-active-disabled)}.selected-mix-menu[data-v-937ba79c]{background-color:var(--v6a6cfcc8)}
1
+ @charset "UTF-8";.n-steps.n-steps--vertical>.n-step>.n-step-indicator>.n-step-splitor{width:2px}.n-steps .n-step-splitor{height:2px}.n-popconfirm .n-popconfirm__action{display:flex;justify-content:center}.base-progress.n-progress.n-progress--dashboard{width:var(--n-circle-width)}.base-progress.n-progress.n-progress--dashboard .base-progress-dashboard-content{display:flex;flex-direction:column;align-items:center}.base-progress.n-progress.n-progress--dashboard .base-progress-dashboard-content-logo{display:flex;justify-content:center;align-items:center;border-radius:100%;background-color:var(--n-icon-color)}.base-progress.n-progress.n-progress--dashboard .base-progress-dashboard-content-title{font-size:var(--n-content-font-size);color:var(--n-text-color-circle)}.base-progress.n-progress.n-progress--dashboard .base-progress-dashboard-content-tip{text-align:center;font-size:var(--n-tip-font-size-circle);color:var(--n-tip-color-circle)}/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--font-weight-bold:700;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-0{top:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.mx-\[4px\]{margin-inline:4px}.mb-\[6px\]{margin-bottom:6px}.flex{display:flex}.h-full{height:100%}.w-full{width:100%}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.cursor-pointer{cursor:pointer}.resize{resize:both}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-\[30px\]{gap:30px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-\[8px\]{border-radius:8px}.border{border-style:var(--tw-border-style);border-width:1px}.bg-transparent{background-color:#0000}.px-\[4px\]{padding-inline:4px}.px-\[12px\]{padding-inline:12px}.px-\[16px\]{padding-inline:16px}.py-\[8px\]{padding-block:8px}.pl-\[16px\]{padding-left:16px}.text-center{text-align:center}.\!text-\[16px\]{font-size:16px!important}.text-\[12px\]{font-size:12px}.text-\[18px\]{font-size:18px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.whitespace-nowrap{white-space:nowrap}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}@media (hover:hover){.hover\:bg-\[rgba\(0\,0\,0\,0\.08\)\]:hover{background-color:#00000014}}.active\:scale-\[0\.95\]:active{scale:.95}}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}.base-data-table[data-v-b1d16e8d]{display:flex;flex:1;overflow:hidden}.base-data-table-content.n-data-table[data-v-b1d16e8d] .n-data-table-th .n-data-table-th__title-wrapper .n-data-table-th__title{flex:none}.base-data-table-content.n-data-table[data-v-b1d16e8d] .n-data-table-th.n-data-table-th--filterable{display:flex}.base-data-table-content.n-data-table[data-v-b1d16e8d] .n-data-table-th .n-data-table-filter{position:relative;width:auto;margin-left:4px;background-color:transparent}.base-data-table-content.n-data-table[data-v-b1d16e8d] .n-data-table-tr.n-data-table-tr--striped{background-color:#0000}.base-data-table-content.n-data-table.n-data-table--single-column[data-v-b1d16e8d] .n-data-table-th{border-bottom:0px solid var(--n-merged-border-color)}.base-input-number[data-v-f500335a]{display:flex;align-items:center}.base-input-number.base-input-number--large .inner-controls>div[data-v-f500335a]{width:var(--n-input-number-inner-controls-width-large);height:var(--n-input-number-inner-controls-height-large);border-radius:var(--n-input-number-inner-controls-border-radius-large)}.base-input-number.base-input-number--medium .inner-controls>div[data-v-f500335a]{width:var(--n-input-number-inner-controls-width-medium);height:var(--n-input-number-inner-controls-height-medium);border-radius:var(--n-input-number-inner-controls-border-radius-medium)}.base-input-number.base-input-number--small .inner-controls>div[data-v-f500335a]{width:var(--n-input-number-inner-controls-width-small);height:var(--n-input-number-inner-controls-height-small);border-radius:var(--n-input-number-inner-controls-border-radius-small)}.base-input-number .inner-controls[data-v-f500335a]{display:flex;flex-direction:column}.base-input-number .inner-controls .add[data-v-f500335a]{margin-bottom:2px}.base-input-number .inner-controls .add[data-v-f500335a],.base-input-number .inner-controls .minus[data-v-f500335a]{background-color:var(--n-input-number-inner-controls-background);cursor:pointer;color:var(--n-input-number-controls-color);display:flex;justify-content:center;align-items:center}.base-input-number .inner-controls .add.is-disabled[data-v-f500335a],.base-input-number .inner-controls .minus.is-disabled[data-v-f500335a]{cursor:not-allowed;background-color:var(--n-input-number-inner-controls-background-disabled);color:var(--n-input-number-controls-color-disabled)}.base-input-number .inner-controls .add[data-v-f500335a]:hover,.base-input-number .inner-controls .minus[data-v-f500335a]:hover{scale:1.1}.base-input-number .minus-btn[data-v-f500335a],.base-input-number .add-btn[data-v-f500335a]{border-radius:10px;padding:0;width:var(--n-height)}.base-input-number .minus-btn[data-v-f500335a]{margin-right:4px}.base-input-number .add-btn[data-v-f500335a]{margin-left:4px}._layout-header_11xy9_1,._layout-header-placement_11xy9_2{height:var(--layout-header-height)}._layout-header_11xy9_1{z-index:var(--layout-header-z-index)}._layout-header_11xy9_1._layout-header-is-fixed_11xy9_10{top:0}._layout-header_11xy9_1._layout-header-is-fixed_11xy9_10,._layout-tab_11xy9_14._layout-tab-is-fixed_11xy9_14{position:absolute;left:0;width:100%}._layout-header-placement_11xy9_2,._layout-tab-placement_11xy9_20{display:flex;flex-shrink:0;overflow:hidden}._layout-tab_11xy9_14{top:var(--layout-header-height);z-index:var(--layout-tab-z-index)}._layout-tab_11xy9_14,._layout-tab-placement_11xy9_20{height:var(--layout-tab-height)}._layout-content_11xy9_35{display:flex;flex-direction:column;flex-grow:1}._layout-slider_11xy9_41{position:absolute;top:0;left:0;height:100%}._layout-slider-full_11xy9_48,._layout-slider-collapse_11xy9_48{z-index:var(--layout-slider-z-index)}._layout-slider-full_11xy9_48{width:var(--layout-slider-width);min-width:var(--layout-slider-width);max-width:var(--layout-slider-width)}._layout-slider-collapse_11xy9_48{width:var(--layout-slider-collapse-width);min-width:var(--layout-slider-collapse-width);max-width:var(--layout-slider-collapse-width)}._slider-padding-top_11xy9_64{padding-top:var(--layout-header-height)}._slider-padding-bottom_11xy9_68{padding-bottom:var(--layout-footer-height)}._layout-footer_11xy9_72,._layout-footer-placement_11xy9_72{height:var(--layout-footer-height);min-height:var(--layout-footer-height)}._layout-footer_11xy9_72{z-index:var(--layout-footer-z-index)}._layout-footer-placement_11xy9_72{flex-shrink:0;overflow:hidden}._layout-footer-fixed_11xy9_86{position:absolute;bottom:0;left:0;width:100%;flex-shrink:0}._left-gap-full_11xy9_94{padding-left:var(--layout-slider-width)}._left-gap-collapsed_11xy9_98{padding-left:var(--layout-slider-collapse-width)}._overflow-y-auto_11xy9_102{overflow-y:auto}._layout-transition-all_11xy9_106{transition:all ease-in .3s}.layout-header[data-v-536ed35a]{display:flex;flex-shrink:0}.layout-material[data-v-6b618cca]{position:relative;height:100%;width:100%}.layout-material .layout-content[data-v-6b618cca]{height:100%;width:100%;display:flex;flex-direction:column}.base-layout-aside[data-v-841ccab2]{background-color:var(--n-color)}.base-layout-aside-logo-wrap[data-v-841ccab2]{display:flex;justify-content:center;color:var(--n-icon-color)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-menu-item-content.n-menu-item-content--child-active:before{background-color:var(--n-item-color-active)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-menu-item-content.n-menu-item-content--child-active .n-menu-item-content-header{color:var(--n-item-text-color-active)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-menu-item-content.n-menu-item-content--child-active:hover .n-menu-item-content-header{color:var(--n-item-text-color-active-hover)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content:after{height:100%;width:1.5px;content:"";background-color:var(--n-item-text-color-child);margin-left:var(--n-side-menu-bar);margin-right:var(--n-side-menu-indent)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content.n-menu-item-content--selected:before{background-color:#0000}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content.n-menu-item-content--selected .n-menu-item-content-header{color:var(--n-item-text-color-child-active)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content.n-menu-item-content--selected:after{width:2px;background-color:var(--n-item-text-color-child-active)}.base-aside-menu.n-menu--vertical[data-v-006b6011] .n-submenu-children .n-menu-item-content:not(.n-menu-item-content--disabled):hover .n-menu-item-content-header{color:var(--n-item-text-color-child-active-hover)}.base-layout-header[data-v-1e399468]{display:flex;align-items:center}.product-introduction-trigger[data-v-e7dab024]{padding:0 4px}.base-product-introduction-panel-popover{height:620px;background-color:var(--base-color)}.base-product-introduction-panel{padding:32px}.base-product-introduction-panel>.header{display:flex;justify-content:space-between;line-height:16px;color:var(--base-text-color)}.base-product-introduction-panel>.header svg:hover{cursor:pointer}.base-product-introduction-panel>.content-wrap{margin-top:24px}.base-product-introduction-panel .content-item{margin-bottom:48px}.base-product-introduction-panel .content-item:last-of-type{margin-bottom:0}.base-product-introduction-panel .content-item-header{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr;width:100%;overflow:hidden;height:40px;column-gap:8px}.base-product-introduction-panel .content-item-header .icon{display:flex;align-items:center;grid-column:1;grid-row:1/3}.base-product-introduction-panel .content-item-header .title{grid-column:2;grid-row:1;font-size:16px;font-weight:500;line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--base-title-color)}.base-product-introduction-panel .content-item-header .description{grid-column:2;grid-row:2;font-size:12px;line-height:16px;height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--base-text-color)}.base-product-introduction-panel .content-child-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;overflow:hidden;margin-top:12px}.base-product-introduction-panel .content-child-wrap .n-card{padding:12px;background-color:var(--n-color)}.base-product-introduction-panel .content-child-wrap .n-card:hover{border-color:var(--base-card-border-hover-color)}.base-product-introduction-panel .content-child-wrap .n-card-cover{border-radius:5px}.base-product-introduction-panel .content-child-wrap .n-card-header{padding:12px 0 0;line-height:20px}.base-product-introduction-panel .content-child-wrap .n-card__content{padding:8px 0 0;line-height:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.base-product-introduction-panel .content-child-wrap .n-card__content:hover .to-use{height:48px}.base-product-introduction-panel .content-child-wrap .n-card .to-use{display:flex;justify-content:center;align-items:center;position:absolute;bottom:0;left:0;right:0;height:0;background-color:var(--base-color);border-radius:0 0 10px 10px;overflow:hidden;transition:height .3s}.base-layout-header-title-container[data-v-f1ec5dd8]{display:flex;align-items:center;padding-left:20px}.base-layout-header-title-container[data-v-f1ec5dd8] .n-divider{font-size:24px;margin:0 16px}.base-layout-header-action-container[data-v-cd49cd7d]{display:flex;margin-right:24px}.base-layout-header-action-container[data-v-cd49cd7d]>.n-button{padding:0 8px;margin-right:12px}.base-layout-header-action-container .user-trigger .name[data-v-cd49cd7d]{margin-left:6px}.base-layout-content[data-v-1087183d]{display:flex;flex-direction:column;flex-grow:1;background-color:var(--n-color)}.base-radio.n-radio--disabled.n-radio--checked[data-v-2b3eac12] .n-radio__dot--checked{box-shadow:var(--n-box-shadow-active-disabled);background-color:var(--n-color-active-disabled)}.base-select-menu .n-base-select-option--pending{color:var(--n-option-text-color-pressed)}.base-select-menu.n-base-select-menu.n-base-select-menu--multiple .n-base-select-option.n-base-select-option--selected:before{background-color:#0000}.base-select-menu.n-base-select-menu.n-base-select-menu--multiple .n-base-select-option.n-base-select-option--pending:before{background-color:var(--n-option-color-active)}.base-slider[data-v-9881a15b]{display:flex;align-items:center}.base-slider[data-v-9881a15b] .n-slider-handle{border:var(--n-slider-handler-border)}.base-slider .slider-content[data-v-9881a15b]{flex:1;position:relative}.base-slider .slider-content .extreme-value-text[data-v-9881a15b]{position:absolute;display:flex;justify-content:space-between;align-items:center;width:100%;font-size:12px;color:var(--n-slider-extreme-value-text-color)}.base-slider .slider-input[data-v-9881a15b]{margin-left:16px;display:flex;align-items:center}.base-slider .slider-input .line[data-v-9881a15b]{margin:0 8px;width:10px;height:1px;background:var(--n-slider-range-input-line-color)}.base-slider .slider-input[data-v-9881a15b] .n-input-number{width:var(--n-slider-input-width)}.base-switch[data-v-b0c0e5fe] .n-switch__button{box-shadow:0 5px 5px -3px #0000001a,0 8px 10px 1px #0000000f,0 3px 14px 2px #0000000d}.base-switch[data-v-b0c0e5fe] .n-switch__rail{opacity:1}.base-switch.n-switch--disabled[data-v-b0c0e5fe] .n-switch__rail{background-color:var(--n-rail-color-disabled)}.base-switch.n-switch--disabled[data-v-b0c0e5fe] .n-switch__rail .n-switch__button{background-color:var(--n-button-color-disabled)}.base-switch.n-switch--disabled.n-switch--active[data-v-b0c0e5fe] .n-switch__rail{background-color:var(--n-rail-color-active-disabled)}.base-switch.n-switch--disabled.n-switch--active[data-v-b0c0e5fe] .n-switch__rail .n-switch__button{background-color:var(--n-button-color-active-disabled)}.selected-mix-menu[data-v-937ba79c]{background-color:var(--v6a6cfcc8)}