md
This commit is contained in:
parent
72c598ef42
commit
e56dee5600
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user