This commit is contained in:
BOOL\25024
2023-08-14 15:44:42 +08:00
2 changed files with 903 additions and 753 deletions

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>