vdesign-ui 0.3.0 → 0.3.1
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/README.md +58 -58
- package/dist/components/actionbar/index.js +8 -8
- package/dist/components/actionbar/index.vue +39 -39
- package/dist/components/actionbar/style.less +44 -44
- package/dist/components/actionbar-cell/index.js +7 -7
- package/dist/components/actionbar-cell/index.vue +42 -42
- package/dist/components/actions/index.js +6 -6
- package/dist/components/actions/index.vue +77 -77
- package/dist/components/actions/style.less +109 -109
- package/dist/components/actions-cell/index.js +6 -6
- package/dist/components/actions-cell/index.vue +94 -94
- package/dist/components/actions-cell/style.less +38 -38
- package/dist/components/activityviews/index.js +8 -8
- package/dist/components/activityviews/index.vue +192 -192
- package/dist/components/activityviews/style.less +161 -161
- package/dist/components/badge/index.js +8 -8
- package/dist/components/badge/index.vue +49 -49
- package/dist/components/badge/style.less +54 -54
- package/dist/components/button/index.js +8 -8
- package/dist/components/button/index.vue +93 -93
- package/dist/components/button/style.less +558 -558
- package/dist/components/calendar/index-element.vue +84 -84
- package/dist/components/calendar/index.js +7 -7
- package/dist/components/calendar/index.vue +53 -53
- package/dist/components/calendar/style.less +138 -138
- package/dist/components/checkbox/index.js +8 -8
- package/dist/components/checkbox/index.vue +161 -161
- package/dist/components/checkbox/style.less +288 -288
- package/dist/components/checkbox-group/index.js +7 -7
- package/dist/components/checkbox-group/index.vue +73 -73
- package/dist/components/common/state/index.vue +33 -33
- package/dist/components/common/state/style.less +47 -47
- package/dist/components/data-list/index.js +10 -10
- package/dist/components/data-list/index.vue +19 -19
- package/dist/components/data-list/style.less +623 -623
- package/dist/components/datetime-picker/index.js +7 -7
- package/dist/components/datetime-picker/index.vue +39 -39
- package/dist/components/datetime-picker/style.less +23 -23
- package/dist/components/dialog/index.js +8 -8
- package/dist/components/dialog/index.vue +164 -164
- package/dist/components/dialog/overlay-manager.js +18 -18
- package/dist/components/dialog/style.less +138 -138
- package/dist/components/divider/index.js +8 -8
- package/dist/components/divider/index.vue +54 -54
- package/dist/components/divider/style.less +92 -92
- package/dist/components/dropdown/index.js +8 -8
- package/dist/components/dropdown/index.vue +218 -218
- package/dist/components/dropdown/style.less +432 -432
- package/dist/components/empty/index.js +8 -8
- package/dist/components/empty/index.vue +138 -138
- package/dist/components/empty/style.less +60 -60
- package/dist/components/footer/index.js +6 -6
- package/dist/components/footer/index.vue +33 -33
- package/dist/components/footer/style.less +20 -20
- package/dist/components/footnav/index.js +6 -6
- package/dist/components/footnav/index.vue +93 -93
- package/dist/components/footnav/style.less +22 -22
- package/dist/components/footnav-item/index.js +6 -6
- package/dist/components/footnav-item/index.vue +50 -50
- package/dist/components/footnav-item/style.less +39 -39
- package/dist/components/form/index.js +6 -6
- package/dist/components/form/index.vue +14 -14
- package/dist/components/headnav/index.js +6 -6
- package/dist/components/headnav/index.vue +185 -185
- package/dist/components/headnav/style.less +231 -231
- package/dist/components/icon/font/iconfont.css +163 -163
- package/dist/components/icon/font/iconfont.js +5 -5
- package/dist/components/icon/index.js +9 -9
- package/dist/components/icon/index.vue +96 -96
- package/dist/components/icon/style.less +44 -44
- package/dist/components/input/calcTextareaHeight.js +162 -162
- package/dist/components/input/index.js +8 -8
- package/dist/components/input/index.vue +345 -345
- package/dist/components/input/style.less +471 -471
- package/dist/components/list/index.js +8 -8
- package/dist/components/list/index.vue +152 -152
- package/dist/components/list/style.less +213 -213
- package/dist/components/loading/index.js +6 -6
- package/dist/components/loading/index.vue +68 -68
- package/dist/components/loading/style.less +53 -53
- package/dist/components/mixins/clickoutside.js +81 -81
- package/dist/components/mixins/dom.js +41 -41
- package/dist/components/mixins/languageMixin.js +43 -43
- package/dist/components/mixins/outlineConfigPlugin.js +45 -45
- package/dist/components/mixins/router-link.js +22 -22
- package/dist/components/mixins/themeMixin.js +43 -43
- package/dist/components/noticebar/index.js +8 -8
- package/dist/components/noticebar/index.vue +258 -258
- package/dist/components/noticebar/style.less +333 -333
- package/dist/components/overlay/index.js +8 -8
- package/dist/components/overlay/index.vue +184 -184
- package/dist/components/overlay/style.less +24 -24
- package/dist/components/pagebreak/index.js +6 -6
- package/dist/components/pagebreak/index.vue +67 -67
- package/dist/components/pagebreak/style.less +41 -41
- package/dist/components/password/index.js +8 -8
- package/dist/components/password/index.vue +64 -64
- package/dist/components/popover/index.js +8 -8
- package/dist/components/popover/index.vue +100 -100
- package/dist/components/popover/style.less +346 -346
- package/dist/components/popover/vue-popover.vue +314 -314
- package/dist/components/popup/index.js +7 -7
- package/dist/components/popup/index.vue +165 -165
- package/dist/components/popup/style.less +78 -78
- package/dist/components/radio/index.js +8 -8
- package/dist/components/radio/index.vue +184 -184
- package/dist/components/radio/style.less +300 -300
- package/dist/components/radio-group/index.js +7 -7
- package/dist/components/radio-group/index.vue +62 -62
- package/dist/components/result/index.js +8 -8
- package/dist/components/result/index.vue +73 -73
- package/dist/components/result/style.less +43 -43
- package/dist/components/search/index.js +8 -8
- package/dist/components/search/index.vue +70 -70
- package/dist/components/selector/index.js +8 -8
- package/dist/components/selector/index.vue +161 -161
- package/dist/components/selector/style.less +484 -484
- package/dist/components/skeleton/index.js +6 -6
- package/dist/components/skeleton/index.vue +207 -207
- package/dist/components/skeleton/style.less +196 -196
- package/dist/components/slider/draggable.js +49 -49
- package/dist/components/slider/index.js +6 -6
- package/dist/components/slider/index.vue +167 -167
- package/dist/components/slider/style.less +99 -99
- package/dist/components/slider/utils.js +59 -59
- package/dist/components/step/index.js +7 -7
- package/dist/components/step/index.vue +48 -48
- package/dist/components/step/style.less +66 -66
- package/dist/components/step-item/index.js +7 -7
- package/dist/components/step-item/index.vue +126 -126
- package/dist/components/step-item/style.less +399 -399
- package/dist/components/stepper/index.js +8 -8
- package/dist/components/stepper/index.vue +150 -150
- package/dist/components/style/index.vue +42 -42
- package/dist/components/switch/index.js +8 -8
- package/dist/components/switch/index.vue +72 -72
- package/dist/components/switch/style.less +56 -56
- package/dist/components/tab/index.js +7 -7
- package/dist/components/tab/index.vue +97 -97
- package/dist/components/tabs/index.js +8 -8
- package/dist/components/tabs/index.vue +356 -356
- package/dist/components/tabs/style.less +511 -504
- package/dist/components/tag/index.js +6 -6
- package/dist/components/tag/index.vue +64 -64
- package/dist/components/tag/style.less +210 -210
- package/dist/components/title/index.js +8 -8
- package/dist/components/title/index.vue +99 -99
- package/dist/components/title/style.less +187 -187
- package/dist/components/toast/index.js +139 -139
- package/dist/components/toast/index.vue +50 -50
- package/dist/components/toast/style.less +58 -58
- package/dist/components/transition/index.js +8 -8
- package/dist/components/transition/index.vue +13 -13
- package/dist/components/transition/style.less +208 -208
- package/dist/components/upload/index.js +6 -6
- package/dist/components/upload/index.vue +106 -106
- package/dist/components/upload/style.less +147 -147
- package/dist/components/utils/assist.js +34 -34
- package/dist/components/utils/env.js +21 -21
- package/dist/locale/ar.js +97 -97
- package/dist/locale/en.js +97 -97
- package/dist/locale/zh.js +97 -97
- package/dist/token.css +9 -9
- package/dist/vdesign-ui.common.js +83 -83
- package/dist/vdesign-ui.css +1 -1
- package/dist/vdesign-ui.umd.js +83 -83
- package/package.json +113 -113
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div :class="['vd-title', wrapClasses]" @click="handleClick">
|
|
3
|
-
<div class="vd-title--left">
|
|
4
|
-
<div class="vd-title-content">
|
|
5
|
-
<vd-icon v-if="leftIcon" :name="leftIcon" :class="leftIconClasses"></vd-icon>
|
|
6
|
-
<span :class="['vd-title-inner__title', innerTitleClasses]">{{ title }}</span>
|
|
7
|
-
<vd-icon v-if="rightIcon" :name="rightIcon" :class="rightIconClasses"></vd-icon>
|
|
8
|
-
</div>
|
|
9
|
-
<p v-if="subText" :class="['vd-title__subtext', subTextClasses]">{{ subText }}</p>
|
|
10
|
-
</div>
|
|
11
|
-
<div class="vd-title--right" v-if="guideText || arrow || $slots.right">
|
|
12
|
-
<slot name="right">
|
|
13
|
-
<span v-if="guideText" :class="textRightClasses">{{ guideText }}</span>
|
|
14
|
-
<vd-icon v-if="arrow" class="vd-title-arrow" name="icon_btn_next"></vd-icon>
|
|
15
|
-
</slot>
|
|
16
|
-
</div>
|
|
17
|
-
</div>
|
|
18
|
-
</template>
|
|
19
|
-
<script>
|
|
20
|
-
import VdIcon from '../icon';
|
|
21
|
-
const prefixCls = 'vd-title';
|
|
22
|
-
|
|
23
|
-
export default {
|
|
24
|
-
name: 'vd-title',
|
|
25
|
-
components: {
|
|
26
|
-
VdIcon
|
|
27
|
-
},
|
|
28
|
-
props: {
|
|
29
|
-
type: {
|
|
30
|
-
type: String,
|
|
31
|
-
default: 'primary'
|
|
32
|
-
},
|
|
33
|
-
title: String,
|
|
34
|
-
leftIcon: String,
|
|
35
|
-
rightIcon: String,
|
|
36
|
-
arrow: Boolean,
|
|
37
|
-
subText: String,
|
|
38
|
-
guideText: String,
|
|
39
|
-
sticky: {
|
|
40
|
-
type: Boolean,
|
|
41
|
-
default: false
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
},
|
|
45
|
-
data() {
|
|
46
|
-
return {
|
|
47
|
-
|
|
48
|
-
};
|
|
49
|
-
},
|
|
50
|
-
computed: {
|
|
51
|
-
wrapClasses() {
|
|
52
|
-
return {
|
|
53
|
-
[`${prefixCls}-${this.type}`]: this.type,
|
|
54
|
-
[`${prefixCls}-${this.type}-double`]: this.subText,
|
|
55
|
-
[`${prefixCls}--sticky`]: this.sticky
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
},
|
|
59
|
-
leftIconClasses() {
|
|
60
|
-
return {
|
|
61
|
-
[`${prefixCls}-${this.type}__icon--left`]: this.type
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
},
|
|
65
|
-
innerTitleClasses() {
|
|
66
|
-
return {
|
|
67
|
-
[`${prefixCls}-${this.type}__title`]: this.type
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
},
|
|
71
|
-
subTextClasses() {
|
|
72
|
-
return {
|
|
73
|
-
[`${prefixCls}-${this.type}__subtext`]: this.type
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
rightIconClasses() {
|
|
77
|
-
return {
|
|
78
|
-
[`${prefixCls}-${this.type}__icon--right`]: this.type
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
textRightClasses() {
|
|
82
|
-
return {
|
|
83
|
-
[`${prefixCls}-${this.type}__text--right`]: this.type
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
methods: {
|
|
88
|
-
handleClick() {
|
|
89
|
-
if (this.arrow) {
|
|
90
|
-
this.$emit('next');
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
}
|
|
94
|
-
};
|
|
95
|
-
</script>
|
|
96
|
-
|
|
97
|
-
<style lang="less">
|
|
98
|
-
@import './style.less';
|
|
99
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div :class="['vd-title', wrapClasses]" @click="handleClick">
|
|
3
|
+
<div class="vd-title--left">
|
|
4
|
+
<div class="vd-title-content">
|
|
5
|
+
<vd-icon v-if="leftIcon" :name="leftIcon" :class="leftIconClasses"></vd-icon>
|
|
6
|
+
<span :class="['vd-title-inner__title', innerTitleClasses]">{{ title }}</span>
|
|
7
|
+
<vd-icon v-if="rightIcon" :name="rightIcon" :class="rightIconClasses"></vd-icon>
|
|
8
|
+
</div>
|
|
9
|
+
<p v-if="subText" :class="['vd-title__subtext', subTextClasses]">{{ subText }}</p>
|
|
10
|
+
</div>
|
|
11
|
+
<div class="vd-title--right" v-if="guideText || arrow || $slots.right">
|
|
12
|
+
<slot name="right">
|
|
13
|
+
<span v-if="guideText" :class="textRightClasses">{{ guideText }}</span>
|
|
14
|
+
<vd-icon v-if="arrow" class="vd-title-arrow" name="icon_btn_next"></vd-icon>
|
|
15
|
+
</slot>
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
</template>
|
|
19
|
+
<script>
|
|
20
|
+
import VdIcon from '../icon';
|
|
21
|
+
const prefixCls = 'vd-title';
|
|
22
|
+
|
|
23
|
+
export default {
|
|
24
|
+
name: 'vd-title',
|
|
25
|
+
components: {
|
|
26
|
+
VdIcon
|
|
27
|
+
},
|
|
28
|
+
props: {
|
|
29
|
+
type: {
|
|
30
|
+
type: String,
|
|
31
|
+
default: 'primary'
|
|
32
|
+
},
|
|
33
|
+
title: String,
|
|
34
|
+
leftIcon: String,
|
|
35
|
+
rightIcon: String,
|
|
36
|
+
arrow: Boolean,
|
|
37
|
+
subText: String,
|
|
38
|
+
guideText: String,
|
|
39
|
+
sticky: {
|
|
40
|
+
type: Boolean,
|
|
41
|
+
default: false
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
},
|
|
45
|
+
data() {
|
|
46
|
+
return {
|
|
47
|
+
|
|
48
|
+
};
|
|
49
|
+
},
|
|
50
|
+
computed: {
|
|
51
|
+
wrapClasses() {
|
|
52
|
+
return {
|
|
53
|
+
[`${prefixCls}-${this.type}`]: this.type,
|
|
54
|
+
[`${prefixCls}-${this.type}-double`]: this.subText,
|
|
55
|
+
[`${prefixCls}--sticky`]: this.sticky
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
},
|
|
59
|
+
leftIconClasses() {
|
|
60
|
+
return {
|
|
61
|
+
[`${prefixCls}-${this.type}__icon--left`]: this.type
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
},
|
|
65
|
+
innerTitleClasses() {
|
|
66
|
+
return {
|
|
67
|
+
[`${prefixCls}-${this.type}__title`]: this.type
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
},
|
|
71
|
+
subTextClasses() {
|
|
72
|
+
return {
|
|
73
|
+
[`${prefixCls}-${this.type}__subtext`]: this.type
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
rightIconClasses() {
|
|
77
|
+
return {
|
|
78
|
+
[`${prefixCls}-${this.type}__icon--right`]: this.type
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
textRightClasses() {
|
|
82
|
+
return {
|
|
83
|
+
[`${prefixCls}-${this.type}__text--right`]: this.type
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
methods: {
|
|
88
|
+
handleClick() {
|
|
89
|
+
if (this.arrow) {
|
|
90
|
+
this.$emit('next');
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
</script>
|
|
96
|
+
|
|
97
|
+
<style lang="less">
|
|
98
|
+
@import './style.less';
|
|
99
|
+
</style>
|
|
@@ -1,188 +1,188 @@
|
|
|
1
|
-
|
|
2
|
-
@title-prefix-cls: vd-title;
|
|
3
|
-
|
|
4
|
-
.@{title-prefix-cls} {
|
|
5
|
-
display: flex;
|
|
6
|
-
align-items: center;
|
|
7
|
-
justify-content: space-between;
|
|
8
|
-
padding-inline-start: var(--spacing-title-padding_left);
|
|
9
|
-
padding-inline-end: var(--spacing-title-padding_right);
|
|
10
|
-
// background-color: var(--bg-color-1);
|
|
11
|
-
|
|
12
|
-
&--sticky {
|
|
13
|
-
position: sticky;
|
|
14
|
-
top: 0;
|
|
15
|
-
z-index: 1000;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&--right {
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&-content {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&-inner__title {
|
|
29
|
-
color: var(--color-title-head);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&__subtext {
|
|
33
|
-
margin-block-start: var(--spacing-title-subtitle-margin_top);
|
|
34
|
-
color: var(--color-title-text);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&-arrow {
|
|
38
|
-
color: var(--color-title-icon_arrow);
|
|
39
|
-
font-size: var(--icon-title-arrow);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&-primary {
|
|
43
|
-
height: var(--height-title-primary);
|
|
44
|
-
|
|
45
|
-
&__icon--left {
|
|
46
|
-
margin-inline-end: var(--spacing-title-primary_icon-margin_y);
|
|
47
|
-
font-size: var(--icon-title-primary);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
&__icon--right {
|
|
51
|
-
margin-inline-start: var(--spacing-title-primary_icon-margin_y);
|
|
52
|
-
font-size: var(--icon-title-primary);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&__title {
|
|
56
|
-
font-size: var(--en-single-f-f-b-fontSize);
|
|
57
|
-
font-weight: var(--en-single-f-f-b-fontWeight);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
&__text--right {
|
|
61
|
-
margin-inline-end: var(--spacing-title-text-margin_right);
|
|
62
|
-
font-size: var(--en-single-f-c-r-fontSize);
|
|
63
|
-
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
64
|
-
color: var(--color-title-text);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&__subtext {
|
|
68
|
-
font-size: var(--en-single-f-c-r-fontSize);
|
|
69
|
-
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
&-secondary {
|
|
74
|
-
height: var(--height-title-secondary);
|
|
75
|
-
|
|
76
|
-
&__icon--left {
|
|
77
|
-
margin-inline-end: var(--spacing-title-secondary_icon-margin_y);
|
|
78
|
-
font-size: var(--icon-title-secondary);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&__icon--right {
|
|
82
|
-
margin-inline-start: var(--spacing-title-secondary_icon-margin_y);
|
|
83
|
-
font-size: var(--icon-title-secondary);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&__title {
|
|
87
|
-
font-size: var(--en-single-f-e-s-fontSize);
|
|
88
|
-
font-weight: var(--en-single-f-e-s-fontWeight);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
&__text--right {
|
|
92
|
-
margin-inline-end: var(--spacing-title-text-margin_right);
|
|
93
|
-
font-size: var(--en-single-f-c-r-fontSize);
|
|
94
|
-
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
95
|
-
color: var(--color-title-text);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
&__subtext {
|
|
99
|
-
font-size: var(--en-single-f-b-r-fontSize);
|
|
100
|
-
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
&-tertiary {
|
|
105
|
-
height: var(--height-title-tertiary);
|
|
106
|
-
|
|
107
|
-
&__icon--left {
|
|
108
|
-
margin-inline-end: var(--spacing-title-tertiary_icon-margin_y);
|
|
109
|
-
font-size: var(--icon-title-tertiary);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
&__icon--right {
|
|
113
|
-
margin-inline-start: var(--spacing-title-tertiary_icon-margin_y);
|
|
114
|
-
font-size: var(--icon-title-tertiary);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
&__title {
|
|
118
|
-
font-size: var(--en-single-f-d-s-fontSize);
|
|
119
|
-
font-weight: var(--en-single-f-d-s-fontWeight);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
&__text--right {
|
|
123
|
-
margin-inline-end: var(--spacing-title-text-margin_right);
|
|
124
|
-
font-size: var(--en-single-f-b-r-fontSize);
|
|
125
|
-
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
126
|
-
color: var(--color-title-text);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
&__subtext {
|
|
130
|
-
font-size: var(--en-single-f-b-r-fontSize);
|
|
131
|
-
font-weight: var(--en-single-f-b-r-fontSize);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
&-quaternary {
|
|
136
|
-
height: var(--height-title-quaternary);
|
|
137
|
-
|
|
138
|
-
&__icon--left {
|
|
139
|
-
margin-inline-end: var(--spacing-title-quaternary_icon-margin_y);
|
|
140
|
-
font-size: var(--icon-title-quaternary);
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
&__icon--right {
|
|
144
|
-
margin-inline-start: var(--spacing-title-quaternary_icon-margin_y);
|
|
145
|
-
font-size: var(--icon-title-quaternary);
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
&__title {
|
|
149
|
-
font-size: var(--en-single-f-c-s-fontSize);
|
|
150
|
-
font-weight: var(--en-single-f-c-s-fontWeight);
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
&__text--right {
|
|
154
|
-
margin-inline-end: var(--spacing-title-text-margin_right);
|
|
155
|
-
font-size: var(--en-single-f-b-r-fontSize);
|
|
156
|
-
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
157
|
-
color: var(--color-title-text);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
&__subtext {
|
|
161
|
-
font-size: var(--en-single-f-a-r-fontSize);
|
|
162
|
-
font-weight: var(--en-single-f-a-r-fontSize);
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
&-label {
|
|
167
|
-
padding-inline-start: 0;
|
|
168
|
-
padding-inline-end: 0;
|
|
169
|
-
font-size: var(--en-single-f-c-r-fontSize);
|
|
170
|
-
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
&-primary-double {
|
|
174
|
-
height: var(--height-title-primary_double);
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
&-secondary-double {
|
|
178
|
-
height: var(--height-title-secondary_double);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
&-tertiary-double {
|
|
182
|
-
height: var(--height-title-tertiary_double);
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
&-quaternary-double {
|
|
186
|
-
height: var(--height-title-quaternary_double);
|
|
187
|
-
}
|
|
1
|
+
|
|
2
|
+
@title-prefix-cls: vd-title;
|
|
3
|
+
|
|
4
|
+
.@{title-prefix-cls} {
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
padding-inline-start: var(--spacing-title-padding_left);
|
|
9
|
+
padding-inline-end: var(--spacing-title-padding_right);
|
|
10
|
+
// background-color: var(--bg-color-1);
|
|
11
|
+
|
|
12
|
+
&--sticky {
|
|
13
|
+
position: sticky;
|
|
14
|
+
top: 0;
|
|
15
|
+
z-index: 1000;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&--right {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&-content {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&-inner__title {
|
|
29
|
+
color: var(--color-title-head);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&__subtext {
|
|
33
|
+
margin-block-start: var(--spacing-title-subtitle-margin_top);
|
|
34
|
+
color: var(--color-title-text);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&-arrow {
|
|
38
|
+
color: var(--color-title-icon_arrow);
|
|
39
|
+
font-size: var(--icon-title-arrow);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&-primary {
|
|
43
|
+
height: var(--height-title-primary);
|
|
44
|
+
|
|
45
|
+
&__icon--left {
|
|
46
|
+
margin-inline-end: var(--spacing-title-primary_icon-margin_y);
|
|
47
|
+
font-size: var(--icon-title-primary);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&__icon--right {
|
|
51
|
+
margin-inline-start: var(--spacing-title-primary_icon-margin_y);
|
|
52
|
+
font-size: var(--icon-title-primary);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&__title {
|
|
56
|
+
font-size: var(--en-single-f-f-b-fontSize);
|
|
57
|
+
font-weight: var(--en-single-f-f-b-fontWeight);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&__text--right {
|
|
61
|
+
margin-inline-end: var(--spacing-title-text-margin_right);
|
|
62
|
+
font-size: var(--en-single-f-c-r-fontSize);
|
|
63
|
+
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
64
|
+
color: var(--color-title-text);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&__subtext {
|
|
68
|
+
font-size: var(--en-single-f-c-r-fontSize);
|
|
69
|
+
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&-secondary {
|
|
74
|
+
height: var(--height-title-secondary);
|
|
75
|
+
|
|
76
|
+
&__icon--left {
|
|
77
|
+
margin-inline-end: var(--spacing-title-secondary_icon-margin_y);
|
|
78
|
+
font-size: var(--icon-title-secondary);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&__icon--right {
|
|
82
|
+
margin-inline-start: var(--spacing-title-secondary_icon-margin_y);
|
|
83
|
+
font-size: var(--icon-title-secondary);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&__title {
|
|
87
|
+
font-size: var(--en-single-f-e-s-fontSize);
|
|
88
|
+
font-weight: var(--en-single-f-e-s-fontWeight);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
&__text--right {
|
|
92
|
+
margin-inline-end: var(--spacing-title-text-margin_right);
|
|
93
|
+
font-size: var(--en-single-f-c-r-fontSize);
|
|
94
|
+
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
95
|
+
color: var(--color-title-text);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&__subtext {
|
|
99
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
100
|
+
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&-tertiary {
|
|
105
|
+
height: var(--height-title-tertiary);
|
|
106
|
+
|
|
107
|
+
&__icon--left {
|
|
108
|
+
margin-inline-end: var(--spacing-title-tertiary_icon-margin_y);
|
|
109
|
+
font-size: var(--icon-title-tertiary);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
&__icon--right {
|
|
113
|
+
margin-inline-start: var(--spacing-title-tertiary_icon-margin_y);
|
|
114
|
+
font-size: var(--icon-title-tertiary);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&__title {
|
|
118
|
+
font-size: var(--en-single-f-d-s-fontSize);
|
|
119
|
+
font-weight: var(--en-single-f-d-s-fontWeight);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
&__text--right {
|
|
123
|
+
margin-inline-end: var(--spacing-title-text-margin_right);
|
|
124
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
125
|
+
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
126
|
+
color: var(--color-title-text);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
&__subtext {
|
|
130
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
131
|
+
font-weight: var(--en-single-f-b-r-fontSize);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&-quaternary {
|
|
136
|
+
height: var(--height-title-quaternary);
|
|
137
|
+
|
|
138
|
+
&__icon--left {
|
|
139
|
+
margin-inline-end: var(--spacing-title-quaternary_icon-margin_y);
|
|
140
|
+
font-size: var(--icon-title-quaternary);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
&__icon--right {
|
|
144
|
+
margin-inline-start: var(--spacing-title-quaternary_icon-margin_y);
|
|
145
|
+
font-size: var(--icon-title-quaternary);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
&__title {
|
|
149
|
+
font-size: var(--en-single-f-c-s-fontSize);
|
|
150
|
+
font-weight: var(--en-single-f-c-s-fontWeight);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
&__text--right {
|
|
154
|
+
margin-inline-end: var(--spacing-title-text-margin_right);
|
|
155
|
+
font-size: var(--en-single-f-b-r-fontSize);
|
|
156
|
+
font-weight: var(--en-single-f-b-r-fontWeight);
|
|
157
|
+
color: var(--color-title-text);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&__subtext {
|
|
161
|
+
font-size: var(--en-single-f-a-r-fontSize);
|
|
162
|
+
font-weight: var(--en-single-f-a-r-fontSize);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
&-label {
|
|
167
|
+
padding-inline-start: 0;
|
|
168
|
+
padding-inline-end: 0;
|
|
169
|
+
font-size: var(--en-single-f-c-r-fontSize);
|
|
170
|
+
font-weight: var(--en-single-f-c-r-fontWeight);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
&-primary-double {
|
|
174
|
+
height: var(--height-title-primary_double);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
&-secondary-double {
|
|
178
|
+
height: var(--height-title-secondary_double);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
&-tertiary-double {
|
|
182
|
+
height: var(--height-title-tertiary_double);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
&-quaternary-double {
|
|
186
|
+
height: var(--height-title-quaternary_double);
|
|
187
|
+
}
|
|
188
188
|
}
|