first commit

This commit is contained in:
2026-08-26 14:25:17 +08:00
commit 06debfd1fc
10595 changed files with 1836924 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;
}