first commit

This commit is contained in:
2026-01-08 14:58:16 +08:00
commit 556e5d64aa
9575 changed files with 1621095 additions and 0 deletions
@@ -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;
}