This commit is contained in:
shidongli 2024-07-02 15:19:21 +08:00
parent eadf5284d3
commit 683d990016

View File

@ -858,7 +858,11 @@ export default {
},
};
</script>
<style lang="scss">
<style lang="scss" scoped>
::v-deep .el-input-number .el-input__inner {
text-align: left;
}
.el-form-item__error {
color: #ff4949;
font-size: 12px;