23 lines
298 B
CSS
23 lines
298 B
CSS
:focus {
|
|
outline: 0;
|
|
}
|
|
.el-drawer.rtl {
|
|
overflow: scroll;
|
|
}
|
|
.showSeeMain {
|
|
padding: 15px;
|
|
font-size: 14px;
|
|
color: #555;
|
|
white-space: pre-line;
|
|
line-height: 1.5;
|
|
}
|
|
.showSeeMain .seeModel {
|
|
margin-bottom: 10px;
|
|
}
|
|
.tableTip {
|
|
cursor: pointer;
|
|
}
|
|
.tableTip:hover {
|
|
color: #409eff;
|
|
}
|