f36e496e by zhangmeng

样式修改

1 parent 665ba26b
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
31 </el-row> 31 </el-row>
32 32
33 <div style="display: flex"> 33 <div style="display: flex">
34 <div class="title">工作室简介:</div> 34 <div style="min-width: 130px" class="title">{{language.value==0?'工作室简介:':'Studio profile:'}}</div>
35 <div v-html="form.introduction"></div> 35 <div v-html="form.introduction"></div>
36 </div> 36 </div>
37 </el-card> 37 </el-card>
...@@ -273,7 +273,7 @@ function getData() { ...@@ -273,7 +273,7 @@ function getData() {
273 } 273 }
274 .oddmb:nth-child(2){margin-bottom: 20px;} 274 .oddmb:nth-child(2){margin-bottom: 20px;}
275 .title{ 275 .title{
276 width: 200px; 276 width: 130px;
277 font-weight: 500; 277 font-weight: 500;
278 font-size: 18px; 278 font-size: 18px;
279 } 279 }
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
30 {{form.remarks}} 30 {{form.remarks}}
31 </el-row> 31 </el-row>
32 <div style="display: flex"> 32 <div style="display: flex">
33 <div class="title">工作室简介:</div> 33 <div style="min-width: 130px" class="title">{{language.value==0?'工作室简介:':'Studio profile:'}}</div>
34 <div v-html="form.introduction"></div> 34 <div v-html="form.introduction"></div>
35 </div> 35 </div>
36 </el-card> 36 </el-card>
...@@ -285,7 +285,7 @@ function getData() { ...@@ -285,7 +285,7 @@ function getData() {
285 } 285 }
286 .oddmb:nth-child(2){margin-bottom: 20px;} 286 .oddmb:nth-child(2){margin-bottom: 20px;}
287 .title{ 287 .title{
288 width: 200px; 288 width: 130px;
289 font-weight: 500; 289 font-weight: 500;
290 font-size: 18px; 290 font-size: 18px;
291 } 291 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!