fix: Error组件修改提示框窗样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user