Skip to content

Commit 734ea84

Browse files
committed
【fix】 fix 土地利用模板样式 review by songym
1 parent 8f37da5 commit 734ea84

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

examples/component/components_demo_vue.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<div class="sm-progress-wrap">
152152
<sm-progress
153153
id="progress5"
154-
size="80"
154+
size="100"
155155
stroke-color="#b6a2de"
156156
percent="30"
157157
stroke-width="6"
@@ -164,7 +164,7 @@
164164
<div class="sm-progress-wrap">
165165
<sm-progress
166166
id="progress6"
167-
size="80"
167+
size="100"
168168
stroke-color="#5ab1ef"
169169
percent="50"
170170
stroke-width="6"
@@ -190,9 +190,9 @@
190190
<div class="sm-progress-wrap">
191191
<sm-progress
192192
id="progress7"
193-
size="80"
193+
size="100"
194194
stroke-color="#2ec7c9"
195-
percent="20"
195+
percent="60"
196196
stroke-width="6"
197197
type="circle"
198198
>
@@ -203,7 +203,7 @@
203203
<div class="sm-progress-wrap">
204204
<sm-progress
205205
id="progress8"
206-
size="80"
206+
size="100"
207207
stroke-color="#ffb980"
208208
percent="80"
209209
stroke-width="6"
@@ -339,8 +339,7 @@
339339
},
340340
titleFontStyle: {
341341
fontFamily: "微软雅黑",
342-
fontWeight: "bolder",
343-
textAlign: "center"
342+
fontWeight: "bolder"
344343
},
345344
categoryFontStyle: {
346345
fontFamily: "微软雅黑",
@@ -369,7 +368,7 @@
369368
font-size: 1.8vw;
370369
}
371370
.title-text-wrap .sm-component-text {
372-
display: block;
371+
width: 100%;
373372
font-size: 1.66vw;
374373
line-height: 1.5;
375374
}
@@ -382,7 +381,7 @@
382381
}
383382

384383
.block-title .sm-component-text {
385-
display: block;
384+
width: 100%;
386385
font-size: 1.15vw;
387386
line-height: 1.5;
388387
}
@@ -396,7 +395,7 @@
396395
}
397396

398397
.monitor-wrap .monitor-text .sm-component-text {
399-
display: block;
398+
width: 100%;
400399
font-size: 0.94vw;
401400
line-height: 1.5;
402401
}
@@ -413,7 +412,7 @@
413412

414413
.control-wrap .control-title .sm-component-text,
415414
.resource-wrap .resource-year .sm-component-text {
416-
display: block;
415+
width: 100%;
417416
margin-bottom: 0.93vh;
418417
font-size: 0.94vw;
419418
}
@@ -457,6 +456,7 @@
457456
.environment-wrap .environment-title .sm-component-text,
458457
.chart-wrap .chart-title .sm-component-icon,
459458
.chart-wrap .chart-title .sm-component-text {
459+
width: auto;
460460
display: inline-block;
461461
vertical-align: middle;
462462
}

0 commit comments

Comments
 (0)