feat:初始化 -融骅

This commit is contained in:
2023-10-17 09:15:30 +08:00
parent c9ff84e6a2
commit 405e152b38
1190 changed files with 138344 additions and 455 deletions

View File

@@ -0,0 +1 @@
.v_list_card[data-v-c3cc29d4]{display:flex;flex-direction:column;height:300px;border:1px solid #DCDFE6;border-radius:4px}.v_list_card>h2[data-v-c3cc29d4]{margin:12px 12px 0;white-space:nowrap}.v_list_card>ul[data-v-c3cc29d4]{margin-top:12px;padding:0;width:100%;flex:1;overflow:auto}.v_list_card>ul>li[data-v-c3cc29d4]{margin:0 auto 8px;width:calc(100% - 24px);padding:8px;display:block;text-align:center;border:1px solid #DCDFE6;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.v_list_card>ul>li.active[data-v-c3cc29d4],.v_list_card>ul>li[data-v-c3cc29d4]:hover{color:#fff;background-color:#10a6b4;border-color:#10a6b4}