优化显示效果

This commit is contained in:
2021-05-04 22:55:48 +08:00
parent 58a8c1ea7a
commit d8221b94e7
4 changed files with 8 additions and 8 deletions

View File

@@ -138,3 +138,9 @@ body {
.el-select-dropdown {
border: none !important;
}
.el-switch {
.el-switch__core {
width: 2.5rem !important;
}
}

View File

@@ -25,7 +25,7 @@
>大小写</el-checkbox>
<el-checkbox v-model="info.option.lowerCase"
name="option" label="lowerCase"
>全小写要选择字母且不选择大小写</el-checkbox>
>全小写关闭大小写</el-checkbox>
</el-form-item>
<!-- 生成结果 -->
<el-form-item label="生成结果">

View File

@@ -13,7 +13,7 @@
<div class="action">
<div class="title">操作</div>
<div class="btns">
<el-button type="primary" @click="btnRun()"></el-button>
<el-button type="primary" @click="btnRun()"></el-button>
<el-button type="danger" @click="btnClear()">清空</el-button>
</div>
</div>

View File

@@ -106,11 +106,5 @@ export default {
max-width: 50rem;
background-color: #FFF;
}
/deep/ .el-form-item {
.el-form-item__label {
font-weight: bold;
}
}
}
</style>