first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user