tntd 2.8.27 → 2.8.28
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/es/tntd-rc-select/style/index.less +2 -2
- package/es/tntd-virtual-tree/index.js +4 -4
- package/es/tntd-virtual-tree/index.js.map +1 -1
- package/es/tntd-virtual-tree/index.less +4 -0
- package/lib/tntd-rc-select/style/index.less +2 -2
- package/lib/tntd-virtual-tree/index.js +4 -4
- package/lib/tntd-virtual-tree/index.js.map +1 -1
- package/lib/tntd-virtual-tree/index.less +4 -0
- package/package.json +1 -1
- package/es/alert/alert.less +0 -128
- package/es/cascader/cascader.less +0 -16
- package/es/checkbox/check.png +0 -0
- package/es/checkbox/checkbox.less +0 -69
- package/es/date-picker/index.less +0 -294
- package/es/input-number/inputNumber.less +0 -12
- package/es/modal/index.less +0 -36
- package/es/popconfirm/index.less +0 -32
- package/es/popover/index.less +0 -57
- package/es/progress/progress.less +0 -82
- package/es/query-form-backup/Field/Composition/FieldPopover.less +0 -35
- package/es/query-form-backup/Field/Composition/index.less +0 -114
- package/es/query-form-backup/index.less +0 -90
- package/es/radio/radio.less +0 -43
- package/es/spin/spin.less +0 -9
- package/es/steps/assets/background_left.svg +0 -12
- package/es/steps/assets/background_right.svg +0 -12
- package/es/steps/assets/horizontal_line.svg +0 -3
- package/es/steps/assets/vertical_line.svg +0 -3
- package/es/steps/stepStyle/icon.less +0 -51
- package/es/steps/stepStyle/progress-dot.less +0 -10
- package/es/steps/stepStyle/variables.less +0 -8
- package/es/steps/stepStyle/vertical.less +0 -41
- package/es/switch/index.less +0 -45
- package/es/tabs/tabs.less +0 -125
- package/es/time-picker/index.less +0 -38
- package/es/tntd-action/index.less +0 -61
- package/es/tntd-select/index.less +0 -7
- package/lib/alert/alert.less +0 -128
- package/lib/cascader/cascader.less +0 -16
- package/lib/checkbox/check.png +0 -0
- package/lib/checkbox/checkbox.less +0 -69
- package/lib/date-picker/index.less +0 -294
- package/lib/input-number/inputNumber.less +0 -12
- package/lib/modal/index.less +0 -36
- package/lib/popconfirm/index.less +0 -32
- package/lib/popover/index.less +0 -57
- package/lib/progress/progress.less +0 -82
- package/lib/query-form-backup/Field/Composition/FieldPopover.less +0 -35
- package/lib/query-form-backup/Field/Composition/index.less +0 -114
- package/lib/query-form-backup/index.less +0 -90
- package/lib/radio/radio.less +0 -43
- package/lib/spin/spin.less +0 -9
- package/lib/steps/assets/background_left.svg +0 -12
- package/lib/steps/assets/background_right.svg +0 -12
- package/lib/steps/assets/horizontal_line.svg +0 -3
- package/lib/steps/assets/vertical_line.svg +0 -3
- package/lib/steps/stepStyle/icon.less +0 -51
- package/lib/steps/stepStyle/progress-dot.less +0 -10
- package/lib/steps/stepStyle/variables.less +0 -8
- package/lib/steps/stepStyle/vertical.less +0 -41
- package/lib/switch/index.less +0 -45
- package/lib/tabs/tabs.less +0 -125
- package/lib/time-picker/index.less +0 -38
- package/lib/tntd-action/index.less +0 -61
- package/lib/tntd-select/index.less +0 -7
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
@import '../style/themes/index';
|
|
2
|
-
|
|
3
|
-
@timepicker-prefix-cls: ~'@{ant-prefix}-time-picker';
|
|
4
|
-
.@{timepicker-prefix-cls} {
|
|
5
|
-
input{
|
|
6
|
-
border-color: @border-color-secondary;
|
|
7
|
-
}
|
|
8
|
-
&:has(input:not([value=''])),&:hover {
|
|
9
|
-
.@{timepicker-prefix-cls}-icon{
|
|
10
|
-
i{
|
|
11
|
-
color: @text-color-secondary;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
&:has(input[disabled]){
|
|
16
|
-
.@{timepicker-prefix-cls}-icon{
|
|
17
|
-
i{
|
|
18
|
-
color: @disabled-color;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
&-fill{
|
|
23
|
-
input {
|
|
24
|
-
background-color: @fill-color-quaternary;
|
|
25
|
-
border-color: @fill-color-quaternary;
|
|
26
|
-
&[disabled] {
|
|
27
|
-
border: none;
|
|
28
|
-
}
|
|
29
|
-
&:focus{
|
|
30
|
-
background-color: @white;
|
|
31
|
-
}
|
|
32
|
-
&:not([value='']):hover {
|
|
33
|
-
background-color: @white;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
.tnt-action {
|
|
2
|
-
position: fixed;
|
|
3
|
-
// bottom: 100px;
|
|
4
|
-
// width: @tnt-action-width;
|
|
5
|
-
// left: calc(50vw - @tnt-action-width / 2);
|
|
6
|
-
padding: 10px 16px;
|
|
7
|
-
background-color: @text-color;
|
|
8
|
-
border-radius: @border-radius-base;
|
|
9
|
-
z-index: 200;
|
|
10
|
-
cursor: grab;
|
|
11
|
-
box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25), 0px 1px 1px 0px #263354 inset;
|
|
12
|
-
&-text {
|
|
13
|
-
color: @white;
|
|
14
|
-
margin-left: 20px;
|
|
15
|
-
font-size: 14px;
|
|
16
|
-
user-select: none;
|
|
17
|
-
.num {
|
|
18
|
-
display: inline-block;
|
|
19
|
-
width: 16px;
|
|
20
|
-
height: 16px;
|
|
21
|
-
background: #454f64;
|
|
22
|
-
border-radius: 8px;
|
|
23
|
-
font-size: 10px;
|
|
24
|
-
margin-right: 4px;
|
|
25
|
-
vertical-align: text-bottom;
|
|
26
|
-
text-align: center;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
> .tnt-btn-tertiary {
|
|
30
|
-
opacity: 0.5;
|
|
31
|
-
background: #454f64;
|
|
32
|
-
color: @white;
|
|
33
|
-
border-width: 0;
|
|
34
|
-
width: @tnt-action-close-width;
|
|
35
|
-
height: @tnt-action-close-width;
|
|
36
|
-
min-width: @tnt-action-close-width;
|
|
37
|
-
line-height: @tnt-action-close-width;
|
|
38
|
-
margin-top: 4px;
|
|
39
|
-
font-size: 14px;
|
|
40
|
-
&:hover {
|
|
41
|
-
opacity: 0.8;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
.fr {
|
|
45
|
-
float: right;
|
|
46
|
-
.ant-btn {
|
|
47
|
-
margin-left: 10px;
|
|
48
|
-
.tntd-anticon {
|
|
49
|
-
margin-right: 4px;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
.ant-btn:not(.ant-btn-danger) {
|
|
53
|
-
background: rgba(69, 79, 100, 0.5);
|
|
54
|
-
color: @white;
|
|
55
|
-
border-width: 0;
|
|
56
|
-
&:hover {
|
|
57
|
-
background: rgba(69, 79, 100, 0.8);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|