Commit 0989af95 authored by 小费同学阿's avatar 小费同学阿 💬

Merge remote-tracking branch 'origin/master'

parents 35c93c11 c94dc4a5
......@@ -55,6 +55,10 @@
.el-input--small .el-input__icon {
color: #AFAFAF;
}
.el-input.is-disabled .el-input__inner{
color: #333;
background-color: #f4f4f4;
}
.el-form-item__label {
font-size: 14px;
......
......@@ -7,6 +7,7 @@
v-model.trim="queryParams.searchText"
placeholder="请输入设备名称/设备ID"
clearable
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item prop="status">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment