@aloudata/aloudata-design 2.15.11 → 2.15.12
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.
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
.ant-checkbox-checked.ant-checkbox-disabled {
|
|
93
93
|
.ant-checkbox-inner[class][class] {
|
|
94
|
-
background:
|
|
94
|
+
background: #93c5fd;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
@@ -118,7 +118,8 @@
|
|
|
118
118
|
|
|
119
119
|
.ant-checkbox-checked.ant-checkbox-disabled {
|
|
120
120
|
.ant-checkbox-inner[class][class] {
|
|
121
|
-
background:
|
|
121
|
+
background: #93c5fd;
|
|
122
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
122
123
|
}
|
|
123
124
|
}
|
|
124
125
|
|
|
@@ -174,13 +175,13 @@
|
|
|
174
175
|
background-color: @checkbox-inner-bgc-disabled;
|
|
175
176
|
|
|
176
177
|
&::after {
|
|
177
|
-
top:
|
|
178
|
-
left:
|
|
178
|
+
top: 2px;
|
|
179
|
+
left: 1px;
|
|
179
180
|
z-index: 10;
|
|
180
181
|
width: 10px;
|
|
181
182
|
height: 8px;
|
|
182
183
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
183
|
-
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+
|
|
184
|
+
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJJY29uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNTMwMzMgMC45Njk2N0M5LjgyMzIyIDEuMjYyNTYgOS44MjMyMiAxLjczNzQ0IDkuNTMwMzMgMi4wMzAzM0w0LjUzMDMzIDcuMDMwMzNDNC4yMzc0NCA3LjMyMzIyIDMuNzYyNTYgNy4zMjMyMiAzLjQ2OTY3IDcuMDMwMzNMMC45Njk2NyA0LjUzMDMzQzAuNjc2Nzc3IDQuMjM3NDQgMC42NzY3NzcgMy43NjI1NiAwLjk2OTY3IDMuNDY5NjdDMS4yNjI1NiAzLjE3Njc4IDEuNzM3NDQgMy4xNzY3OCAyLjAzMDMzIDMuNDY5NjdMNCA1LjQzOTM0TDguNDY5NjcgMC45Njk2N0M4Ljc2MjU2IDAuNjc2Nzc3IDkuMjM3NDQgMC42NzY3NzcgOS41MzAzMyAwLjk2OTY3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==')
|
|
184
185
|
no-repeat;
|
|
185
186
|
background-size: 100%, 100%;
|
|
186
187
|
border-width: 0;
|
|
@@ -142,6 +142,8 @@
|
|
|
142
142
|
height: 100%;
|
|
143
143
|
|
|
144
144
|
.ant-steps-item .ant-steps-item-container .ant-steps-item-icon {
|
|
145
|
+
position: absolute;
|
|
146
|
+
top: 10px;
|
|
145
147
|
margin: 0 8px 10px 0;
|
|
146
148
|
font-size: 12px;
|
|
147
149
|
line-height: 24px;
|
|
@@ -155,11 +157,12 @@
|
|
|
155
157
|
align-items: center;
|
|
156
158
|
|
|
157
159
|
.ant-steps-item-content {
|
|
160
|
+
padding-left: 32px;
|
|
158
161
|
display: flex;
|
|
162
|
+
min-height: 20px;
|
|
159
163
|
flex-direction: column;
|
|
160
164
|
align-items: flex-start;
|
|
161
165
|
justify-content: center;
|
|
162
|
-
margin-top: -11px;
|
|
163
166
|
margin-left: -4px;
|
|
164
167
|
|
|
165
168
|
.ant-steps-item-title {
|
|
@@ -170,13 +173,13 @@
|
|
|
170
173
|
|
|
171
174
|
.ant-steps-item-description {
|
|
172
175
|
max-width: 264px;
|
|
173
|
-
height: 16px;
|
|
174
|
-
|
|
176
|
+
// height: 16px;
|
|
177
|
+
height: fit-content;
|
|
178
|
+
max-height: fit-content;
|
|
175
179
|
margin-top: 3px;
|
|
180
|
+
overflow: visible;
|
|
176
181
|
padding: 0;
|
|
177
|
-
overflow: hidden;
|
|
178
182
|
font-size: 12px;
|
|
179
|
-
line-height: 16px;
|
|
180
183
|
text-overflow: ellipsis;
|
|
181
184
|
word-wrap: break-word;
|
|
182
185
|
color: #4b5563;
|
|
@@ -203,6 +206,8 @@
|
|
|
203
206
|
|
|
204
207
|
// 常规step
|
|
205
208
|
.ant-steps-item {
|
|
209
|
+
padding: 8px 0 !important;
|
|
210
|
+
|
|
206
211
|
&:last-child {
|
|
207
212
|
flex: 0 0 auto;
|
|
208
213
|
}
|
|
@@ -210,7 +215,7 @@
|
|
|
210
215
|
.ant-steps-item-container {
|
|
211
216
|
.ant-steps-item-tail {
|
|
212
217
|
position: absolute;
|
|
213
|
-
top:
|
|
218
|
+
top: 10px !important;
|
|
214
219
|
left: 4px;
|
|
215
220
|
width: 2px;
|
|
216
221
|
height: 100%;
|