mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 18:59:51 +08:00
update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user