This commit is contained in:
2023-10-13 11:07:08 +08:00
parent 008cd1cc43
commit 393c20492f

View File

@@ -74,7 +74,8 @@
size="medium"
circle
@click="updateName"
>保存</el-button
>保存
</el-button
>
</template>
</el-input>
@@ -285,6 +286,12 @@
align="center"
width="200"
/>
<el-table-column
prop="frameTypeStr"
label="帧类型名称"
align="center"
width="200"
/>
<el-table-column
prop="description"
label="描述"
@@ -389,7 +396,8 @@ export default {
this.queryPileConnectorList();
},
mounted() {
setTimeout(() => {}, 300);
setTimeout(() => {
}, 300);
},
methods: {
// 遥控地锁
@@ -532,6 +540,7 @@ export default {
height: 80px;
width: 80px;
}
::v-deep .el-input-group--append .el-input__inner {
// background-color: #fff;
// border-color: #fff;
@@ -539,16 +548,19 @@ export default {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
::v-deep .el-input-group__append,
.el-input-group__prepend {
background-color: #fff;
border-color: #fff;
color: #606266;
}
::v-deep input::-webkit-outer-spin-button,
::v-deep input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
}
::v-deep input[type="number"] {
-moz-appearance: textfield !important;
}