修改 后管充电桩详情页面样式

This commit is contained in:
Lemon
2023-08-14 15:39:23 +08:00
parent a25cd5b993
commit 29bc57f228

View File

@@ -67,7 +67,13 @@
size="medium"
clearable
:disabled="clearableFlag"
type="number"
:min="1"
oninput="if(value<1)value=''"
>
<template slot="suffix">
号桩
</template>
<template slot="append">
<el-button
type="text"
@@ -579,4 +585,11 @@ export default {
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;
}
</style>