23 lines
558 B
CSS
23 lines
558 B
CSS
.dict-table[data-v-dd4ee3d2] .el-table__row {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dict-table[data-v-dd4ee3d2] .el-table__row > td:last-child:after {
|
|
content: "\e6e0";
|
|
font-family: element-icons !important;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
line-height: 1;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 50%;
|
|
margin-top: -7px;
|
|
}
|
|
|
|
.dict-table[data-v-dd4ee3d2] .el-table__row > td:last-child .cell {
|
|
padding-right: 20px;
|
|
}
|