|
@@ -303,20 +303,9 @@ body {
|
|
|
}
|
|
|
|
|
|
.el-message-box__title span::before {
|
|
|
- content : "\e7a3";
|
|
|
- font-size : 1.5rem;
|
|
|
- margin-right : 10px;
|
|
|
- color : #faad14;
|
|
|
- font-family : "element-icons" !important;
|
|
|
- speak : none;
|
|
|
- font-style : normal;
|
|
|
- font-weight : normal;
|
|
|
- font-variant : normal;
|
|
|
- text-transform : none;
|
|
|
- line-height : 1;
|
|
|
- vertical-align : text-bottom;
|
|
|
- display : inline-block;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
+ content: "";
|
|
|
+ display: inline-block;
|
|
|
+ width : 30px;
|
|
|
}
|
|
|
|
|
|
.click-row .el-table__body td:not(:first-child) {
|