diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 794afa6f..b64e02d2 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -821,3 +821,11 @@ div.el-table div.cell { text-overflow: ellipsis; word-wrap: normal; } + +input::-webkit-outer-spin-button, +input::-webkit-inner-spin-button { + -webkit-appearance: none; +} +input[type="number"] { + -moz-appearance: textfield; +} diff --git a/src/assets/scss/modules/warning.scss b/src/assets/scss/modules/warning.scss index 2c6b9fa2..2353a943 100644 --- a/src/assets/scss/modules/warning.scss +++ b/src/assets/scss/modules/warning.scss @@ -85,7 +85,7 @@ content: ""; width: 8px; height: 8px; - background: #2194fe; + background: #f5f502; border-radius: 50%; position: absolute; left: 12px; @@ -93,6 +93,12 @@ transform: translate(0, -50%); } + &:nth-of-type(2) { + &::after { + background: #fb500d; + } + } + div:nth-child(1) { font-size: 16px; font-family: PingFang SC;