优化显示效果
This commit is contained in:
@@ -138,3 +138,9 @@ body {
|
||||
.el-select-dropdown {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.el-switch {
|
||||
.el-switch__core {
|
||||
width: 2.5rem !important;
|
||||
}
|
||||
}
|
||||
|
@@ -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="生成结果">
|
||||
|
@@ -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>
|
||||
|
@@ -106,11 +106,5 @@ export default {
|
||||
max-width: 50rem;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
/deep/ .el-form-item {
|
||||
.el-form-item__label {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user