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

@@ -10,20 +10,20 @@
width: auto;
max-width: calc(100% - 24px);
max-height: calc(100% - 24px);
line-height: 24px;
//line-height: 24px;
background: #FFE7E6;
border: 1px solid rgba(226,97,84,0.42);
border-radius: 4px;
font-size: 14px;
color: #F53A19;
font-weight: 400;
padding: 10px 12px;
padding: 7.6px 12px;
margin: 12px;
z-index: 3;
overflow: hidden;
text-overflow: ellipsis;
//white-space: nowrap;
word-break: break-all;
border: 1px solid rgba(226,97,84,0.42);
border-radius: 4px;
}
.error-block-info {
@@ -67,13 +67,14 @@
padding: 5px 12px;
}
.error-icon {
font-size: 17px !important;
margin-bottom: -1px;
margin-left: 5px;
}
.error-icon1 {
.error-icon-default {
font-size: 16px;
margin-left: -2px;
margin-right: 8px;
}
.error-icon-tooltip {
font-size: 16px !important;
margin-bottom: -1px;
margin-left: 6px;
}