fix: Error组件修改提示框窗样式

This commit is contained in:
刘洪洪
2022-11-22 10:49:35 +08:00
parent d5298347d8
commit fa8ea9dce0
3 changed files with 18 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
display: none !important;
}
* {
font-family: NotoSansSChineseRegular;
font-family: NotoSansSChineseRegular, serif;
box-sizing: border-box;
}
html, body, #app {
@@ -50,11 +50,12 @@ body {
display: inline-block;
background: #FFE7E6 !important;
border: 1px solid rgba(226,97,84,0.42) !important;
padding: 8px 12px !important;
padding: 6.6px 12px !important;
border-radius: 4px !important;
font-size: 14px !important;
color: #F53A19 !important;
font-weight: 400 !important;
line-height: 1.2 !important;
.el-popper__arrow {
display: none !important;
}