fix:优化界面
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
label-position="right"
|
label-position="right"
|
||||||
label-suffix=":"
|
label-suffix=":"
|
||||||
>
|
>
|
||||||
<el-form-item class="item" label="当前设备">
|
<el-form-item class="dqsFont" label="当前设备">
|
||||||
<el-select id="sltFont" v-model="device" placeholder="请选择"
|
<el-select id="sltFont" v-model="device" placeholder="请选择"
|
||||||
@change="changeDevice">
|
@change="changeDevice">
|
||||||
<el-option style="font-size: 22px;"
|
<el-option style="font-size: 22px;"
|
||||||
@@ -226,6 +226,12 @@ export default {
|
|||||||
}
|
}
|
||||||
#sltFont {
|
#sltFont {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
height: 50px;
|
||||||
|
width: 150px;
|
||||||
|
}
|
||||||
|
.dqsFont .el-form-item__label{
|
||||||
|
font-size: 34px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user