@airpower/web 1.3.5 → 1.3.6
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/components/datetime/DateTime.vue.d.ts +0 -2
- package/dist/components/desensitize/Desensitize.vue.d.ts +4 -4
- package/dist/components/group/Group.vue.d.ts +1 -1
- package/dist/components/panel/Panel.vue.d.ts +0 -2
- package/dist/main.js +49 -61
- package/dist/web.css +44 -44
- package/package.json +1 -1
|
@@ -16,7 +16,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
16
|
};
|
|
17
17
|
/**
|
|
18
18
|
* ### 时间格式化模板
|
|
19
|
-
* 建议使用 `DateTimeFormatter`
|
|
20
19
|
*/
|
|
21
20
|
formatter: {
|
|
22
21
|
type: typeof DateTimeFormatter;
|
|
@@ -46,7 +45,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
45
|
};
|
|
47
46
|
/**
|
|
48
47
|
* ### 时间格式化模板
|
|
49
|
-
* 建议使用 `DateTimeFormatter`
|
|
50
48
|
*/
|
|
51
49
|
formatter: {
|
|
52
50
|
type: typeof DateTimeFormatter;
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
16
|
};
|
|
17
17
|
/**
|
|
18
18
|
* ### 脱敏开始保留
|
|
19
|
-
*
|
|
19
|
+
* 默认使用传入 `type` 默认的参数
|
|
20
20
|
*/
|
|
21
21
|
head: {
|
|
22
22
|
type: NumberConstructor;
|
|
@@ -24,7 +24,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
26
|
* ### 脱敏末尾保留
|
|
27
|
-
*
|
|
27
|
+
* 默认使用传入 `type` 默认的参数
|
|
28
28
|
*/
|
|
29
29
|
tail: {
|
|
30
30
|
type: NumberConstructor;
|
|
@@ -54,7 +54,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
};
|
|
55
55
|
/**
|
|
56
56
|
* ### 脱敏开始保留
|
|
57
|
-
*
|
|
57
|
+
* 默认使用传入 `type` 默认的参数
|
|
58
58
|
*/
|
|
59
59
|
head: {
|
|
60
60
|
type: NumberConstructor;
|
|
@@ -62,7 +62,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
64
|
* ### 脱敏末尾保留
|
|
65
|
-
*
|
|
65
|
+
* 默认使用传入 `type` 默认的参数
|
|
66
66
|
*/
|
|
67
67
|
tail: {
|
|
68
68
|
type: NumberConstructor;
|
|
@@ -128,12 +128,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
128
128
|
}>> & Readonly<{}>, {
|
|
129
129
|
title: string;
|
|
130
130
|
minHeight: string;
|
|
131
|
+
collapse: boolean;
|
|
131
132
|
hideTitle: boolean;
|
|
132
133
|
column: number;
|
|
133
134
|
autoHeight: boolean;
|
|
134
135
|
autoCol: boolean;
|
|
135
136
|
disableCollapse: boolean;
|
|
136
|
-
collapse: boolean;
|
|
137
137
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
138
138
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
139
139
|
export default _default;
|
|
@@ -12,7 +12,6 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
12
12
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
13
|
/**
|
|
14
14
|
* ### 卡片的标题
|
|
15
|
-
* 默认读取当前路由元数据里的 `name` 属性
|
|
16
15
|
*/
|
|
17
16
|
title: {
|
|
18
17
|
type: StringConstructor;
|
|
@@ -49,7 +48,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
49
48
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
49
|
/**
|
|
51
50
|
* ### 卡片的标题
|
|
52
|
-
* 默认读取当前路由元数据里的 `name` 属性
|
|
53
51
|
*/
|
|
54
52
|
title: {
|
|
55
53
|
type: StringConstructor;
|
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode, computed,
|
|
2
|
-
import ElementPlus, { ElButton, ElMessage, ElMessageBox, ElIcon, ElEmpty, ElFormItem, ElSubMenu, ElMenuItem, ElPagination, ElPopover, ElRadioGroup, ElRadioButton, ElInput,
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode, computed, createBlock, unref, mergeProps, toHandlers, withCtx, renderSlot, resolveComponent, createVNode, createTextVNode, toDisplayString, ref, withModifiers, normalizeClass, onMounted, watch, resolveDirective, Transition, normalizeStyle, withDirectives, createCommentVNode, nextTick, inject, shallowRef, shallowReactive, reactive, h, provide, getCurrentInstance, watchEffect, Fragment, renderList, vShow, useSlots, createSlots, createApp, onUpdated, mergeModels, useModel, withKeys } from "vue";
|
|
2
|
+
import ElementPlus, { ElLink, ElButton, ElMessage, ElMessageBox, ElIcon, ElEmpty, ElFormItem, ElSubMenu, ElMenuItem, ElMenu, ElImage, ElUpload, ElPagination, ElPopover, ElRadioGroup, ElRadioButton, ElInput, ElProgress, ElTabPane, ElTabs, ElCheckTag, ElSelect, ElOption, ElTable, ElTableColumn, ElTree } from "element-plus";
|
|
3
3
|
import axios from "axios";
|
|
4
4
|
/*! Element Plus Icons Vue v2.3.1 */
|
|
5
5
|
var arrow_down_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
@@ -1323,8 +1323,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
1323
1323
|
}
|
|
1324
1324
|
});
|
|
1325
1325
|
return (_ctx, _cache) => {
|
|
1326
|
-
|
|
1327
|
-
return __props.link ? (openBlock(), createBlock(_component_ElLink, mergeProps({
|
|
1326
|
+
return __props.link ? (openBlock(), createBlock(unref(ElLink), mergeProps({
|
|
1328
1327
|
key: 0,
|
|
1329
1328
|
disabled: isDisabled.value,
|
|
1330
1329
|
type: __props.danger ? "danger" : __props.warning ? "warning" : __props.primary ? "primary" : __props.success ? "success" : "default",
|
|
@@ -2425,7 +2424,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
2425
2424
|
}
|
|
2426
2425
|
return target;
|
|
2427
2426
|
};
|
|
2428
|
-
const ACopy = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-
|
|
2427
|
+
const ACopy = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-b77c3899"]]);
|
|
2429
2428
|
var cryptoJs$1 = { exports: {} };
|
|
2430
2429
|
function commonjsRequire(path) {
|
|
2431
2430
|
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
@@ -9898,7 +9897,6 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
9898
9897
|
},
|
|
9899
9898
|
/**
|
|
9900
9899
|
* ### 时间格式化模板
|
|
9901
|
-
* 建议使用 `DateTimeFormatter`
|
|
9902
9900
|
*/
|
|
9903
9901
|
formatter: {
|
|
9904
9902
|
type: DateTimeFormatter,
|
|
@@ -9950,7 +9948,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
9950
9948
|
};
|
|
9951
9949
|
}
|
|
9952
9950
|
});
|
|
9953
|
-
const ADateTime = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-
|
|
9951
|
+
const ADateTime = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-f4449296"]]);
|
|
9954
9952
|
const _hoisted_1$h = { class: "a-desensitize" };
|
|
9955
9953
|
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
9956
9954
|
__name: "Desensitize",
|
|
@@ -9971,7 +9969,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
9971
9969
|
},
|
|
9972
9970
|
/**
|
|
9973
9971
|
* ### 脱敏开始保留
|
|
9974
|
-
*
|
|
9972
|
+
* 默认使用传入 `type` 默认的参数
|
|
9975
9973
|
*/
|
|
9976
9974
|
head: {
|
|
9977
9975
|
type: Number,
|
|
@@ -9979,7 +9977,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
9979
9977
|
},
|
|
9980
9978
|
/**
|
|
9981
9979
|
* ### 脱敏末尾保留
|
|
9982
|
-
*
|
|
9980
|
+
* 默认使用传入 `type` 默认的参数
|
|
9983
9981
|
*/
|
|
9984
9982
|
tail: {
|
|
9985
9983
|
type: Number,
|
|
@@ -10024,7 +10022,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
10024
10022
|
};
|
|
10025
10023
|
}
|
|
10026
10024
|
});
|
|
10027
|
-
const ADesensitize = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
10025
|
+
const ADesensitize = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-8bc9a38b"]]);
|
|
10028
10026
|
const _hoisted_1$g = ["id"];
|
|
10029
10027
|
const _hoisted_2$c = ["id"];
|
|
10030
10028
|
const _hoisted_3$a = { class: "title" };
|
|
@@ -13382,8 +13380,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
13382
13380
|
}
|
|
13383
13381
|
);
|
|
13384
13382
|
return (_ctx, _cache) => {
|
|
13385
|
-
|
|
13386
|
-
return openBlock(), createBlock(_component_el_menu, {
|
|
13383
|
+
return openBlock(), createBlock(unref(ElMenu), {
|
|
13387
13384
|
"default-active": defaultMenu.value,
|
|
13388
13385
|
router: true,
|
|
13389
13386
|
"unique-opened": __props.uniqueOpened,
|
|
@@ -13435,6 +13432,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
13435
13432
|
type: Boolean,
|
|
13436
13433
|
default: false
|
|
13437
13434
|
},
|
|
13435
|
+
/**
|
|
13436
|
+
* ### 头部高度
|
|
13437
|
+
*/
|
|
13438
13438
|
headerHeight: {
|
|
13439
13439
|
type: Number,
|
|
13440
13440
|
default: 40
|
|
@@ -13482,7 +13482,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
13482
13482
|
};
|
|
13483
13483
|
}
|
|
13484
13484
|
});
|
|
13485
|
-
const Frame = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-
|
|
13485
|
+
const Frame = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-2803d92b"]]);
|
|
13486
13486
|
const _hoisted_1$e = {
|
|
13487
13487
|
key: 0,
|
|
13488
13488
|
class: "group-title"
|
|
@@ -13561,7 +13561,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
13561
13561
|
if (!props.column || props.column < 1) {
|
|
13562
13562
|
return 1;
|
|
13563
13563
|
}
|
|
13564
|
-
return Math.min(props.column,
|
|
13564
|
+
return Math.min(props.column, 3);
|
|
13565
13565
|
}
|
|
13566
13566
|
const isCollapse = ref(props.collapse);
|
|
13567
13567
|
function getBodyClass() {
|
|
@@ -13819,15 +13819,12 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
13819
13819
|
}
|
|
13820
13820
|
init();
|
|
13821
13821
|
return (_ctx, _cache) => {
|
|
13822
|
-
const _component_el_image = resolveComponent("el-image");
|
|
13823
|
-
const _component_el_upload = resolveComponent("el-upload");
|
|
13824
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
13825
13822
|
const _directive_loading = resolveDirective("loading");
|
|
13826
13823
|
return openBlock(), createElementBlock("div", {
|
|
13827
13824
|
style: normalizeStyle({ width: `${__props.width}px`, height: `${__props.height}px` }),
|
|
13828
13825
|
class: "a-image"
|
|
13829
13826
|
}, [
|
|
13830
|
-
createVNode(
|
|
13827
|
+
createVNode(unref(ElImage), {
|
|
13831
13828
|
"preview-src-list": [imageUrl.value],
|
|
13832
13829
|
src: imageUrl.value,
|
|
13833
13830
|
"z-index": 99,
|
|
@@ -13844,7 +13841,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
13844
13841
|
key: 0,
|
|
13845
13842
|
class: normalizeClass([imageUrl.value ? "image-preview-color" : "", "image-upload"])
|
|
13846
13843
|
}, [
|
|
13847
|
-
!imageUrl.value ? (openBlock(), createBlock(
|
|
13844
|
+
!imageUrl.value ? (openBlock(), createBlock(unref(ElUpload), {
|
|
13848
13845
|
key: 0,
|
|
13849
13846
|
action: uploadUrl.value,
|
|
13850
13847
|
"before-upload": beforeUpload,
|
|
@@ -13860,7 +13857,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
13860
13857
|
[_directive_loading, isUploading.value]
|
|
13861
13858
|
]) : createCommentVNode("", true),
|
|
13862
13859
|
imageUrl.value && __props.upload && __props.entity ? (openBlock(), createElementBlock("div", _hoisted_2$9, [
|
|
13863
|
-
__props.clearable ? (openBlock(), createBlock(
|
|
13860
|
+
__props.clearable ? (openBlock(), createBlock(unref(ElIcon), {
|
|
13864
13861
|
key: 0,
|
|
13865
13862
|
onClick: imageRemoved
|
|
13866
13863
|
}, {
|
|
@@ -14770,7 +14767,6 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
14770
14767
|
props: {
|
|
14771
14768
|
/**
|
|
14772
14769
|
* ### 卡片的标题
|
|
14773
|
-
* 默认读取当前路由元数据里的 `name` 属性
|
|
14774
14770
|
*/
|
|
14775
14771
|
title: {
|
|
14776
14772
|
type: String,
|
|
@@ -14843,7 +14839,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
14843
14839
|
};
|
|
14844
14840
|
}
|
|
14845
14841
|
});
|
|
14846
|
-
const APanel = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-
|
|
14842
|
+
const APanel = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-bcd0fd2f"]]);
|
|
14847
14843
|
class DialogProps {
|
|
14848
14844
|
/**
|
|
14849
14845
|
* ### 使用无参 `DialogProps` 配置
|
|
@@ -15251,7 +15247,6 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
15251
15247
|
}
|
|
15252
15248
|
createExportTask();
|
|
15253
15249
|
return (_ctx, _cache) => {
|
|
15254
|
-
const _component_el_progress = resolveComponent("el-progress");
|
|
15255
15250
|
const _component_el_button = resolveComponent("el-button");
|
|
15256
15251
|
const _component_el_result = resolveComponent("el-result");
|
|
15257
15252
|
return openBlock(), createBlock(unref(ADialog), {
|
|
@@ -15266,10 +15261,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
15266
15261
|
default: withCtx(() => [
|
|
15267
15262
|
createElementVNode("div", _hoisted_1$8, [
|
|
15268
15263
|
isLoading.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
15269
|
-
createVNode(
|
|
15264
|
+
createVNode(unref(ElProgress), {
|
|
15270
15265
|
duration: 1,
|
|
15271
|
-
format: () => {
|
|
15272
|
-
},
|
|
15273
15266
|
indeterminate: true,
|
|
15274
15267
|
percentage: 100,
|
|
15275
15268
|
"stroke-width": 10
|
|
@@ -15772,13 +15765,12 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
15772
15765
|
return DesensitizeUtil.desensitize(props.phone, props.desensitize, props.desensitizeHead, props.desensitizeTail);
|
|
15773
15766
|
});
|
|
15774
15767
|
return (_ctx, _cache) => {
|
|
15775
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
15776
15768
|
return __props.phone && unref(ValidateUtil).isTelephoneOrMobilePhone(__props.phone) ? (openBlock(), createElementBlock("div", {
|
|
15777
15769
|
key: 0,
|
|
15778
15770
|
class: "a-phone",
|
|
15779
15771
|
onClick: _cache[0] || (_cache[0] = ($event) => callPhone())
|
|
15780
15772
|
}, [
|
|
15781
|
-
createVNode(
|
|
15773
|
+
createVNode(unref(ElIcon), null, {
|
|
15782
15774
|
default: withCtx(() => [
|
|
15783
15775
|
createVNode(unref(iphone_default))
|
|
15784
15776
|
]),
|
|
@@ -15789,7 +15781,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
15789
15781
|
};
|
|
15790
15782
|
}
|
|
15791
15783
|
});
|
|
15792
|
-
const APhone = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
15784
|
+
const APhone = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-d871cd10"]]);
|
|
15793
15785
|
/*!
|
|
15794
15786
|
* qrcode.vue v3.6.0
|
|
15795
15787
|
* A Vue.js component to generate QRCode. Both support Vue 2 and Vue 3
|
|
@@ -16907,7 +16899,6 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16907
16899
|
emits("clear");
|
|
16908
16900
|
}
|
|
16909
16901
|
return (_ctx, _cache) => {
|
|
16910
|
-
const _component_el_button = resolveComponent("el-button");
|
|
16911
16902
|
const _component_el_input = resolveComponent("el-input");
|
|
16912
16903
|
return openBlock(), createBlock(_component_el_input, {
|
|
16913
16904
|
disabled: __props.disabled,
|
|
@@ -16918,7 +16909,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16918
16909
|
!__props.disabled ? {
|
|
16919
16910
|
name: "append",
|
|
16920
16911
|
fn: withCtx(() => [
|
|
16921
|
-
!result.value ? (openBlock(), createBlock(
|
|
16912
|
+
!result.value ? (openBlock(), createBlock(unref(ElButton), {
|
|
16922
16913
|
key: 0,
|
|
16923
16914
|
disabled: __props.disabled,
|
|
16924
16915
|
onClick: _cache[0] || (_cache[0] = ($event) => onSelect())
|
|
@@ -16927,7 +16918,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16927
16918
|
createTextVNode(toDisplayString(__props.selectLabel), 1)
|
|
16928
16919
|
]),
|
|
16929
16920
|
_: 1
|
|
16930
|
-
}, 8, ["disabled"])) : (openBlock(), createBlock(
|
|
16921
|
+
}, 8, ["disabled"])) : (openBlock(), createBlock(unref(ElButton), {
|
|
16931
16922
|
key: 1,
|
|
16932
16923
|
disabled: __props.disabled,
|
|
16933
16924
|
onClick: _cache[1] || (_cache[1] = ($event) => onClear())
|
|
@@ -17210,7 +17201,6 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17210
17201
|
onReloadData();
|
|
17211
17202
|
}
|
|
17212
17203
|
return (_ctx, _cache) => {
|
|
17213
|
-
const _component_ElLink = resolveComponent("ElLink");
|
|
17214
17204
|
return openBlock(), createBlock(unref(ADialog), {
|
|
17215
17205
|
"disable-confirm": unref(disableConfirm),
|
|
17216
17206
|
height: _ctx.height || "70%",
|
|
@@ -17233,6 +17223,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17233
17223
|
"column-list": fields.value,
|
|
17234
17224
|
"data-list": _ctx.unPaginate || _ctx.treeList ? unref(list) : unref(response).list,
|
|
17235
17225
|
entity: unref(entity),
|
|
17226
|
+
"hide-add": _ctx.hideAdd,
|
|
17236
17227
|
"hide-ctrl": props.props.isMultiple,
|
|
17237
17228
|
"on-add": onAdd,
|
|
17238
17229
|
"on-search": unref(onSearch),
|
|
@@ -17243,7 +17234,6 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17243
17234
|
"ctrl-width": "60px",
|
|
17244
17235
|
"hide-delete": "",
|
|
17245
17236
|
"hide-edit": "",
|
|
17246
|
-
"hide-add": _ctx.hideAdd,
|
|
17247
17237
|
"hide-field-selector": ""
|
|
17248
17238
|
}, createSlots({ _: 2 }, [
|
|
17249
17239
|
renderList(unref(slots), (index, name) => {
|
|
@@ -17260,7 +17250,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17260
17250
|
!props.props.isMultiple ? {
|
|
17261
17251
|
name: "customRow",
|
|
17262
17252
|
fn: withCtx(({ data }) => [
|
|
17263
|
-
createVNode(
|
|
17253
|
+
createVNode(unref(ElLink), {
|
|
17264
17254
|
disabled: data.isDisabled,
|
|
17265
17255
|
underline: "never",
|
|
17266
17256
|
onClick: ($event) => props.props.onConfirm(data)
|
|
@@ -17274,7 +17264,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17274
17264
|
]),
|
|
17275
17265
|
key: "0"
|
|
17276
17266
|
} : void 0
|
|
17277
|
-
]), 1032, ["column-list", "data-list", "entity", "hide-ctrl", "on-search", "on-selected", "search-params", "select-list", "show-select"
|
|
17267
|
+
]), 1032, ["column-list", "data-list", "entity", "hide-add", "hide-ctrl", "on-search", "on-selected", "search-params", "select-list", "show-select"])
|
|
17278
17268
|
]),
|
|
17279
17269
|
_: 3
|
|
17280
17270
|
}, 8, ["disable-confirm", "height", "hide-footer", "loading", "title", "width"]);
|
|
@@ -17306,20 +17296,23 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
17306
17296
|
};
|
|
17307
17297
|
}
|
|
17308
17298
|
});
|
|
17309
|
-
const _sfc_main$6 = {
|
|
17310
|
-
|
|
17311
|
-
|
|
17312
|
-
|
|
17313
|
-
|
|
17314
|
-
|
|
17315
|
-
|
|
17316
|
-
|
|
17317
|
-
|
|
17318
|
-
|
|
17319
|
-
|
|
17320
|
-
|
|
17321
|
-
}
|
|
17322
|
-
|
|
17299
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
17300
|
+
__name: "Tabs",
|
|
17301
|
+
setup(__props) {
|
|
17302
|
+
return (_ctx, _cache) => {
|
|
17303
|
+
return openBlock(), createBlock(unref(ElTabs), {
|
|
17304
|
+
class: "a-tabs",
|
|
17305
|
+
type: "border-card"
|
|
17306
|
+
}, {
|
|
17307
|
+
default: withCtx(() => [
|
|
17308
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
17309
|
+
]),
|
|
17310
|
+
_: 3
|
|
17311
|
+
});
|
|
17312
|
+
};
|
|
17313
|
+
}
|
|
17314
|
+
});
|
|
17315
|
+
const Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-d6771081"]]);
|
|
17323
17316
|
const _hoisted_1$4 = {
|
|
17324
17317
|
key: 0,
|
|
17325
17318
|
class: "a-field-selector-dialog"
|
|
@@ -18818,8 +18811,6 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
18818
18811
|
return node.name?.indexOf(value) !== -1;
|
|
18819
18812
|
}
|
|
18820
18813
|
return (_ctx, _cache) => {
|
|
18821
|
-
const _component_el_input = resolveComponent("el-input");
|
|
18822
|
-
const _component_el_tree = resolveComponent("el-tree");
|
|
18823
18814
|
const _directive_loading = resolveDirective("loading");
|
|
18824
18815
|
return openBlock(), createElementBlock("div", _hoisted_1$1, [
|
|
18825
18816
|
!__props.hideTree ? (openBlock(), createElementBlock("div", {
|
|
@@ -18839,14 +18830,14 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
18839
18830
|
]),
|
|
18840
18831
|
default: withCtx(() => [
|
|
18841
18832
|
__props.searchable ? (openBlock(), createElementBlock("div", _hoisted_2$1, [
|
|
18842
|
-
createVNode(
|
|
18833
|
+
createVNode(unref(ElInput), {
|
|
18843
18834
|
modelValue: searchKeyword.value,
|
|
18844
18835
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => searchKeyword.value = $event),
|
|
18845
18836
|
placeholder: __props.placeholder,
|
|
18846
18837
|
clearable: ""
|
|
18847
18838
|
}, null, 8, ["modelValue", "placeholder"])
|
|
18848
18839
|
])) : createCommentVNode("", true),
|
|
18849
|
-
withDirectives(createVNode(
|
|
18840
|
+
withDirectives(createVNode(unref(ElTree), {
|
|
18850
18841
|
ref_key: "treeRef",
|
|
18851
18842
|
ref: treeRef,
|
|
18852
18843
|
"current-node-key": currentData.value ? currentData.value.id : 0,
|
|
@@ -18932,15 +18923,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18932
18923
|
window.location.replace(WebConfig.loginUrl);
|
|
18933
18924
|
}
|
|
18934
18925
|
return (_ctx, _cache) => {
|
|
18935
|
-
const _component_el_image = resolveComponent("el-image");
|
|
18936
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
18937
|
-
const _component_el_button = resolveComponent("el-button");
|
|
18938
18926
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
18939
18927
|
createElementVNode("div", {
|
|
18940
18928
|
class: "a-user-head",
|
|
18941
18929
|
onClick: _cache[0] || (_cache[0] = ($event) => isDialogShow.value = true)
|
|
18942
18930
|
}, [
|
|
18943
|
-
createVNode(
|
|
18931
|
+
createVNode(unref(ElImage), { src: userAvatar.value }, null, 8, ["src"])
|
|
18944
18932
|
]),
|
|
18945
18933
|
isDialogShow.value ? (openBlock(), createElementBlock("div", {
|
|
18946
18934
|
key: 0,
|
|
@@ -18961,13 +18949,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18961
18949
|
], true)
|
|
18962
18950
|
]),
|
|
18963
18951
|
createElementVNode("div", _hoisted_4, [
|
|
18964
|
-
createVNode(
|
|
18952
|
+
createVNode(unref(ElButton), {
|
|
18965
18953
|
text: "",
|
|
18966
18954
|
type: "danger",
|
|
18967
18955
|
onClick: logout
|
|
18968
18956
|
}, {
|
|
18969
18957
|
default: withCtx(() => [
|
|
18970
|
-
createVNode(
|
|
18958
|
+
createVNode(unref(ElIcon), null, {
|
|
18971
18959
|
default: withCtx(() => [
|
|
18972
18960
|
createVNode(unref(switch_button_default))
|
|
18973
18961
|
]),
|
|
@@ -18992,7 +18980,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18992
18980
|
};
|
|
18993
18981
|
}
|
|
18994
18982
|
});
|
|
18995
|
-
const User = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
18983
|
+
const User = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5925b035"]]);
|
|
18996
18984
|
class WebEnum extends Enum {
|
|
18997
18985
|
color;
|
|
18998
18986
|
disabled;
|
package/dist/web.css
CHANGED
|
@@ -438,30 +438,30 @@ textarea {
|
|
|
438
438
|
100% {
|
|
439
439
|
transform: rotate(360deg);
|
|
440
440
|
}
|
|
441
|
-
}.a-copy[data-v-
|
|
441
|
+
}.a-copy[data-v-b77c3899] {
|
|
442
442
|
font-size: inherit;
|
|
443
443
|
color: inherit;
|
|
444
444
|
display: flex;
|
|
445
445
|
flex-direction: row;
|
|
446
446
|
align-items: center;
|
|
447
447
|
}
|
|
448
|
-
.a-copy[data-v-
|
|
448
|
+
.a-copy[data-v-b77c3899] .el-link {
|
|
449
449
|
overflow: hidden;
|
|
450
450
|
text-overflow: ellipsis;
|
|
451
|
-
}.a-friend-datetime[data-v-
|
|
452
|
-
.a-friend-datetime[data-v-
|
|
451
|
+
}.a-friend-datetime[data-v-f4449296],
|
|
452
|
+
.a-friend-datetime[data-v-f4449296] * {
|
|
453
453
|
user-select: none !important;
|
|
454
|
-
}.a-desensitize[data-v-
|
|
454
|
+
}.a-desensitize[data-v-8bc9a38b] {
|
|
455
455
|
display: flex !important;
|
|
456
456
|
flex-direction: row;
|
|
457
457
|
align-items: center;
|
|
458
458
|
}
|
|
459
|
-
.a-desensitize .icon[data-v-
|
|
459
|
+
.a-desensitize .icon[data-v-8bc9a38b] {
|
|
460
460
|
margin-right: 3px;
|
|
461
461
|
font-weight: bold;
|
|
462
462
|
cursor: pointer;
|
|
463
463
|
}
|
|
464
|
-
.a-desensitize .desensitize[data-v-
|
|
464
|
+
.a-desensitize .desensitize[data-v-8bc9a38b] {
|
|
465
465
|
color: red;
|
|
466
466
|
}.web-dialog[data-v-937b915a] {
|
|
467
467
|
z-index: 99;
|
|
@@ -609,7 +609,7 @@ textarea {
|
|
|
609
609
|
.a-menu-tree .airpower {
|
|
610
610
|
display: inline-block;
|
|
611
611
|
font-size: 16px;
|
|
612
|
-
}.a-frame[data-v-
|
|
612
|
+
}.a-frame[data-v-2803d92b] {
|
|
613
613
|
position: fixed;
|
|
614
614
|
left: 0;
|
|
615
615
|
right: 0;
|
|
@@ -618,7 +618,7 @@ textarea {
|
|
|
618
618
|
display: flex;
|
|
619
619
|
flex-direction: column;
|
|
620
620
|
}
|
|
621
|
-
.a-frame .a-header[data-v-
|
|
621
|
+
.a-frame .a-header[data-v-2803d92b] {
|
|
622
622
|
padding: 5px 15px;
|
|
623
623
|
display: flex;
|
|
624
624
|
flex-direction: row;
|
|
@@ -627,21 +627,21 @@ textarea {
|
|
|
627
627
|
background-color: #fff;
|
|
628
628
|
height: 40px;
|
|
629
629
|
}
|
|
630
|
-
.a-frame .a-header .a-logo[data-v-
|
|
630
|
+
.a-frame .a-header .a-logo[data-v-2803d92b] {
|
|
631
631
|
word-break: keep-all;
|
|
632
632
|
text-align: center;
|
|
633
633
|
cursor: pointer;
|
|
634
634
|
user-select: none;
|
|
635
635
|
height: 100%;
|
|
636
636
|
}
|
|
637
|
-
.a-frame .a-header .a-logo span[data-v-
|
|
637
|
+
.a-frame .a-header .a-logo span[data-v-2803d92b] {
|
|
638
638
|
margin-left: 16px;
|
|
639
639
|
font-size: 24px;
|
|
640
640
|
font-weight: bold;
|
|
641
641
|
color: var(--el-color-primary);
|
|
642
642
|
user-select: none;
|
|
643
643
|
}
|
|
644
|
-
.a-frame .a-header .a-navigator[data-v-
|
|
644
|
+
.a-frame .a-header .a-navigator[data-v-2803d92b] {
|
|
645
645
|
flex: 1;
|
|
646
646
|
font-size: 14px;
|
|
647
647
|
color: #aaa;
|
|
@@ -651,21 +651,21 @@ textarea {
|
|
|
651
651
|
width: 0;
|
|
652
652
|
margin: 0 20px;
|
|
653
653
|
}
|
|
654
|
-
.a-frame .a-main[data-v-
|
|
654
|
+
.a-frame .a-main[data-v-2803d92b] {
|
|
655
655
|
flex: 1;
|
|
656
656
|
height: 0;
|
|
657
657
|
display: flex;
|
|
658
658
|
flex-direction: row;
|
|
659
659
|
background-color: var(--el-color-primary-light-9);
|
|
660
660
|
}
|
|
661
|
-
.a-frame .a-main .a-left[data-v-
|
|
661
|
+
.a-frame .a-main .a-left[data-v-2803d92b] {
|
|
662
662
|
display: flex;
|
|
663
663
|
flex-direction: column;
|
|
664
664
|
background: #fff;
|
|
665
665
|
margin: 5px;
|
|
666
666
|
border-radius: 4px;
|
|
667
667
|
}
|
|
668
|
-
.a-frame .a-main .a-left .a-menu[data-v-
|
|
668
|
+
.a-frame .a-main .a-left .a-menu[data-v-2803d92b] {
|
|
669
669
|
display: flex;
|
|
670
670
|
flex-direction: column;
|
|
671
671
|
align-items: center;
|
|
@@ -675,7 +675,7 @@ textarea {
|
|
|
675
675
|
overflow-y: auto;
|
|
676
676
|
padding: 10px;
|
|
677
677
|
}
|
|
678
|
-
.a-frame .a-main .a-left .a-menu .item[data-v-
|
|
678
|
+
.a-frame .a-main .a-left .a-menu .item[data-v-2803d92b] {
|
|
679
679
|
padding: 5px 15px;
|
|
680
680
|
cursor: pointer;
|
|
681
681
|
transition: all 0.3s;
|
|
@@ -687,18 +687,18 @@ textarea {
|
|
|
687
687
|
justify-content: center;
|
|
688
688
|
align-items: center;
|
|
689
689
|
}
|
|
690
|
-
.a-frame .a-main .a-left .a-menu .item i[data-v-
|
|
690
|
+
.a-frame .a-main .a-left .a-menu .item i[data-v-2803d92b] {
|
|
691
691
|
margin-right: 3px;
|
|
692
692
|
font-weight: bold;
|
|
693
693
|
}
|
|
694
|
-
.a-frame .a-main .a-left .a-menu .item[data-v-
|
|
694
|
+
.a-frame .a-main .a-left .a-menu .item[data-v-2803d92b]:hover {
|
|
695
695
|
background-color: #f5f5f5;
|
|
696
696
|
}
|
|
697
|
-
.a-frame .a-main .a-left .a-menu[data-v-
|
|
697
|
+
.a-frame .a-main .a-left .a-menu[data-v-2803d92b]::-webkit-scrollbar {
|
|
698
698
|
width: 0;
|
|
699
699
|
height: 0;
|
|
700
700
|
}
|
|
701
|
-
.a-frame .a-main .a-right[data-v-
|
|
701
|
+
.a-frame .a-main .a-right[data-v-2803d92b] {
|
|
702
702
|
flex: 1;
|
|
703
703
|
width: 0;
|
|
704
704
|
display: flex;
|
|
@@ -1012,7 +1012,7 @@ textarea {
|
|
|
1012
1012
|
.web-page-panel-box .web-page-jumper {
|
|
1013
1013
|
display: flex;
|
|
1014
1014
|
flex-direction: row;
|
|
1015
|
-
}.web-panel[data-v-
|
|
1015
|
+
}.web-panel[data-v-bcd0fd2f] {
|
|
1016
1016
|
display: flex;
|
|
1017
1017
|
flex: 1;
|
|
1018
1018
|
flex-direction: column;
|
|
@@ -1021,7 +1021,7 @@ textarea {
|
|
|
1021
1021
|
overflow: hidden;
|
|
1022
1022
|
height: 0;
|
|
1023
1023
|
}
|
|
1024
|
-
.web-panel .panel-header[data-v-
|
|
1024
|
+
.web-panel .panel-header[data-v-bcd0fd2f] {
|
|
1025
1025
|
display: flex;
|
|
1026
1026
|
flex-direction: row;
|
|
1027
1027
|
align-items: center;
|
|
@@ -1029,41 +1029,41 @@ textarea {
|
|
|
1029
1029
|
padding: 10px 15px;
|
|
1030
1030
|
user-select: none;
|
|
1031
1031
|
}
|
|
1032
|
-
.web-panel .panel-header .panel-left[data-v-
|
|
1032
|
+
.web-panel .panel-header .panel-left[data-v-bcd0fd2f] {
|
|
1033
1033
|
display: flex;
|
|
1034
1034
|
flex-direction: row;
|
|
1035
1035
|
align-items: center;
|
|
1036
1036
|
flex: 1;
|
|
1037
1037
|
width: 0;
|
|
1038
1038
|
}
|
|
1039
|
-
.web-panel .panel-header .panel-left .panel-icon[data-v-
|
|
1039
|
+
.web-panel .panel-header .panel-left .panel-icon[data-v-bcd0fd2f] {
|
|
1040
1040
|
font-size: 20px;
|
|
1041
1041
|
color: var(--el-color-primary);
|
|
1042
1042
|
display: flex;
|
|
1043
1043
|
flex-direction: row;
|
|
1044
1044
|
align-items: center;
|
|
1045
1045
|
}
|
|
1046
|
-
.web-panel .panel-header .panel-left .panel-title[data-v-
|
|
1046
|
+
.web-panel .panel-header .panel-left .panel-title[data-v-bcd0fd2f] {
|
|
1047
1047
|
font-size: 16px;
|
|
1048
1048
|
color: #333;
|
|
1049
1049
|
font-weight: bold;
|
|
1050
1050
|
margin-left: 3px;
|
|
1051
1051
|
}
|
|
1052
|
-
.web-panel .panel-header .panel-right[data-v-
|
|
1052
|
+
.web-panel .panel-header .panel-right[data-v-bcd0fd2f] {
|
|
1053
1053
|
color: #aaa;
|
|
1054
1054
|
font-size: 14px;
|
|
1055
1055
|
}
|
|
1056
|
-
.web-panel .panel-header .panel-right .panel-full[data-v-
|
|
1056
|
+
.web-panel .panel-header .panel-right .panel-full[data-v-bcd0fd2f] {
|
|
1057
1057
|
font-size: 20px;
|
|
1058
1058
|
cursor: pointer;
|
|
1059
1059
|
font-weight: bold;
|
|
1060
1060
|
margin: -5px 0px;
|
|
1061
1061
|
transition: all 0.3s;
|
|
1062
1062
|
}
|
|
1063
|
-
.web-panel .panel-header .panel-right .panel-full[data-v-
|
|
1063
|
+
.web-panel .panel-header .panel-right .panel-full[data-v-bcd0fd2f]:hover {
|
|
1064
1064
|
color: var(--primary-color);
|
|
1065
1065
|
}
|
|
1066
|
-
.web-panel .panel-body[data-v-
|
|
1066
|
+
.web-panel .panel-body[data-v-bcd0fd2f] {
|
|
1067
1067
|
display: flex;
|
|
1068
1068
|
flex: 1;
|
|
1069
1069
|
flex-direction: column;
|
|
@@ -1073,7 +1073,7 @@ textarea {
|
|
|
1073
1073
|
padding: 10px;
|
|
1074
1074
|
position: relative;
|
|
1075
1075
|
}
|
|
1076
|
-
.fullscreen[data-v-
|
|
1076
|
+
.fullscreen[data-v-bcd0fd2f] {
|
|
1077
1077
|
position: fixed !important;
|
|
1078
1078
|
left: 0;
|
|
1079
1079
|
right: 0;
|
|
@@ -1179,14 +1179,14 @@ textarea {
|
|
|
1179
1179
|
}
|
|
1180
1180
|
.a-phone-call__content > span .icon[data-v-23375435] {
|
|
1181
1181
|
margin-right: 3px;
|
|
1182
|
-
}.a-phone[data-v-
|
|
1182
|
+
}.a-phone[data-v-d871cd10] {
|
|
1183
1183
|
display: flex;
|
|
1184
1184
|
flex-direction: row;
|
|
1185
1185
|
align-items: center;
|
|
1186
1186
|
cursor: pointer;
|
|
1187
1187
|
transition: all 0.3s;
|
|
1188
1188
|
}
|
|
1189
|
-
.a-phone[data-v-
|
|
1189
|
+
.a-phone[data-v-d871cd10]:hover {
|
|
1190
1190
|
color: var(--primary-color);
|
|
1191
1191
|
}.a-qrcode[data-v-024409f5] {
|
|
1192
1192
|
position: relative;
|
|
@@ -1197,19 +1197,19 @@ textarea {
|
|
|
1197
1197
|
cursor: default;
|
|
1198
1198
|
user-select: none;
|
|
1199
1199
|
pointer-events: none;
|
|
1200
|
-
}.a-tabs[data-v-
|
|
1200
|
+
}.a-tabs[data-v-d6771081] {
|
|
1201
1201
|
min-height: 100px;
|
|
1202
1202
|
flex: 1;
|
|
1203
1203
|
height: 0;
|
|
1204
1204
|
}
|
|
1205
|
-
.a-tabs[data-v-
|
|
1205
|
+
.a-tabs[data-v-d6771081] .el-tabs__content {
|
|
1206
1206
|
display: flex;
|
|
1207
1207
|
flex-direction: column;
|
|
1208
1208
|
flex: 1;
|
|
1209
1209
|
height: 0;
|
|
1210
1210
|
padding: 10px 20px;
|
|
1211
1211
|
}
|
|
1212
|
-
.a-tabs[data-v-
|
|
1212
|
+
.a-tabs[data-v-d6771081] .el-tabs__content .el-tab-pane {
|
|
1213
1213
|
display: flex;
|
|
1214
1214
|
flex-direction: column;
|
|
1215
1215
|
flex: 1;
|
|
@@ -1460,13 +1460,13 @@ textarea {
|
|
|
1460
1460
|
overflow: hidden;
|
|
1461
1461
|
text-overflow: ellipsis;
|
|
1462
1462
|
user-select: none;
|
|
1463
|
-
}.a-user[data-v-
|
|
1463
|
+
}.a-user[data-v-5925b035] {
|
|
1464
1464
|
display: flex;
|
|
1465
1465
|
flex-direction: row;
|
|
1466
1466
|
align-items: center;
|
|
1467
1467
|
position: relative;
|
|
1468
1468
|
}
|
|
1469
|
-
.a-user .a-user-head[data-v-
|
|
1469
|
+
.a-user .a-user-head[data-v-5925b035] {
|
|
1470
1470
|
border-radius: 8px;
|
|
1471
1471
|
cursor: pointer;
|
|
1472
1472
|
width: 36px;
|
|
@@ -1474,11 +1474,11 @@ textarea {
|
|
|
1474
1474
|
background-color: #eee;
|
|
1475
1475
|
overflow: hidden;
|
|
1476
1476
|
}
|
|
1477
|
-
.a-user .a-user-head[data-v-
|
|
1477
|
+
.a-user .a-user-head[data-v-5925b035] * {
|
|
1478
1478
|
width: 100%;
|
|
1479
1479
|
height: 100%;
|
|
1480
1480
|
}
|
|
1481
|
-
.a-user .a-user-cover[data-v-
|
|
1481
|
+
.a-user .a-user-cover[data-v-5925b035] {
|
|
1482
1482
|
position: fixed;
|
|
1483
1483
|
left: 0;
|
|
1484
1484
|
right: 0;
|
|
@@ -1487,7 +1487,7 @@ textarea {
|
|
|
1487
1487
|
z-index: 99;
|
|
1488
1488
|
background-color: rgba(0, 0, 0, 0.05);
|
|
1489
1489
|
}
|
|
1490
|
-
.a-user .a-user-dialog[data-v-
|
|
1490
|
+
.a-user .a-user-dialog[data-v-5925b035] {
|
|
1491
1491
|
position: absolute;
|
|
1492
1492
|
right: 0;
|
|
1493
1493
|
top: 50px;
|
|
@@ -1498,27 +1498,27 @@ textarea {
|
|
|
1498
1498
|
display: flex;
|
|
1499
1499
|
flex-direction: column;
|
|
1500
1500
|
}
|
|
1501
|
-
.a-user .a-user-dialog .a-user-body[data-v-
|
|
1501
|
+
.a-user .a-user-dialog .a-user-body[data-v-5925b035] {
|
|
1502
1502
|
flex: 1;
|
|
1503
1503
|
height: 0;
|
|
1504
1504
|
overflow: hidden;
|
|
1505
1505
|
overflow-y: auto;
|
|
1506
1506
|
padding: 10px;
|
|
1507
1507
|
}
|
|
1508
|
-
.a-user .a-user-dialog .a-user-body .slot[data-v-
|
|
1508
|
+
.a-user .a-user-dialog .a-user-body .slot[data-v-5925b035] {
|
|
1509
1509
|
display: flex;
|
|
1510
1510
|
align-items: center;
|
|
1511
1511
|
justify-content: center;
|
|
1512
1512
|
height: 100%;
|
|
1513
1513
|
}
|
|
1514
|
-
.a-user .a-user-dialog .a-user-header[data-v-
|
|
1514
|
+
.a-user .a-user-dialog .a-user-header[data-v-5925b035] {
|
|
1515
1515
|
border-bottom: 1px solid #f5f5f5;
|
|
1516
1516
|
padding: 10px;
|
|
1517
1517
|
display: flex;
|
|
1518
1518
|
flex-direction: row;
|
|
1519
1519
|
align-items: center;
|
|
1520
1520
|
}
|
|
1521
|
-
.a-user .a-user-dialog .a-user-header .a-user-title[data-v-
|
|
1521
|
+
.a-user .a-user-dialog .a-user-header .a-user-title[data-v-5925b035] {
|
|
1522
1522
|
flex: 1;
|
|
1523
1523
|
font-size: 16px;
|
|
1524
1524
|
font-weight: bold;
|