提交修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user