perf: 优化资产选择弹窗样式

This commit is contained in:
“huailei000” 2023-02-08 16:48:19 +08:00 committed by huailei
parent 58e8145f0e
commit 1040cca267

View File

@ -184,4 +184,7 @@ export default {
.page ::v-deep .treebox {
height: inherit !important;
}
.asset-select-dialog ::v-deep .el-icon-circle-check {
display: none;
}
</style>