vue2-client 1.14.52 → 1.14.53
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/package.json
CHANGED
|
@@ -158,28 +158,11 @@ export default {
|
|
|
158
158
|
margin-top: 24px;
|
|
159
159
|
.ant-steps-item-description {
|
|
160
160
|
text-align: left;
|
|
161
|
-
margin: 6px 0 0 0;
|
|
162
161
|
background: #fff;
|
|
163
162
|
border-radius: 4px;
|
|
164
163
|
padding: 12px;
|
|
165
164
|
position: relative;
|
|
166
165
|
|
|
167
|
-
&::before {
|
|
168
|
-
content: '';
|
|
169
|
-
position: absolute;
|
|
170
|
-
top: 0;
|
|
171
|
-
left: 0;
|
|
172
|
-
right: 0;
|
|
173
|
-
height: 1px;
|
|
174
|
-
background: repeating-linear-gradient(
|
|
175
|
-
to right,
|
|
176
|
-
#e8e8e8 0px,
|
|
177
|
-
#e8e8e8 4px,
|
|
178
|
-
transparent 4px,
|
|
179
|
-
transparent 8px
|
|
180
|
-
);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
166
|
p {
|
|
184
167
|
position: relative;
|
|
185
168
|
padding: 8px 0;
|
|
@@ -190,6 +173,10 @@ export default {
|
|
|
190
173
|
white-space: nowrap;
|
|
191
174
|
overflow: visible;
|
|
192
175
|
|
|
176
|
+
&:first-child {
|
|
177
|
+
border-top: 1px dotted #e8e8e8;
|
|
178
|
+
}
|
|
179
|
+
|
|
193
180
|
&:not(:last-child) {
|
|
194
181
|
border-bottom: 1px dashed #f0f0f0;
|
|
195
182
|
}
|
|
@@ -197,10 +184,6 @@ export default {
|
|
|
197
184
|
&:last-child {
|
|
198
185
|
padding-bottom: 0;
|
|
199
186
|
}
|
|
200
|
-
|
|
201
|
-
&:first-child {
|
|
202
|
-
padding-top: 0;
|
|
203
|
-
}
|
|
204
187
|
}
|
|
205
188
|
}
|
|
206
189
|
}
|
|
@@ -210,6 +193,9 @@ export default {
|
|
|
210
193
|
}
|
|
211
194
|
/deep/ .ant-steps-item-title {
|
|
212
195
|
font-size: 14px;
|
|
196
|
+
h3 {
|
|
197
|
+
margin-bottom: 0;
|
|
198
|
+
}
|
|
213
199
|
}
|
|
214
200
|
@red: rgb(255, 77, 79);
|
|
215
201
|
.step-icon-filled {
|