提交修改

This commit is contained in:
X1627315083
2025-06-03 14:57:18 +08:00
parent 9fc2bcaedf
commit 87a08f5f8f
54 changed files with 1669 additions and 378 deletions

View File

@@ -6,7 +6,7 @@
:class="driverClass.class1"
@click.stop="showFileCategory(item)"
>
{{ item.category }}
{{ item.category || item?.level2TypeEnum?.value }}
<div
v-show="!isSpread"
:class="[
@@ -199,7 +199,7 @@ export default defineComponent({
left: 0;
// background: rgba(0,0,0,0.4);
background-color: rgb(177 177 177);
border: 1px solid #343579;
border: 1px solid #000;
border-radius: 0.8rem;
// overflow: hidden;
z-index: 3;