You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
413 B
25 lines
413 B
.el-table{
|
|
td{
|
|
padding: 6px 0;
|
|
}
|
|
}
|
|
.el-button--danger{
|
|
background-color: #FF4C52;
|
|
border-color: #FF4C52;
|
|
}
|
|
.el-popover{
|
|
height: 300px!important;
|
|
overflow-y:scroll;
|
|
overflow-x: hidden;
|
|
}
|
|
.el-tooltip__popper {
|
|
max-width: 80%;
|
|
color: #353434 !important;
|
|
background:#e6eaebf3 !important;
|
|
word-break:break-all;
|
|
}
|
|
.el-loading-mask{
|
|
background: #fff;
|
|
}
|
|
|
|
|