f36e496e by zhangmeng

样式修改

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