This commit is contained in:
linfso 2024-07-05 20:40:16 +08:00
parent 72c598ef42
commit e56dee5600

View File

@ -2042,7 +2042,7 @@ methods: {
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.el-form-item__label {
color: #000;
@ -2102,6 +2102,16 @@ methods: {
padding: 0px;
text-align: center;
}
.el-input-number.is-without-controls .el-input__inner {
height: 28px;
line-height: 28px;
border: none;
background: #ffffcd;
font-size: 10px;
padding: 0px;
text-align: center;
}
}
.el-collapse-item__content {