ZaiZai 1 an în urmă
părinte
comite
92b928dad2

+ 1 - 1
src/views/data-fill/query.vue

@@ -2,7 +2,7 @@
     <div class="hc-layout-box">
         <div
             id="wbs-left-tree" :style="`width:${isWbsTreeShow ? leftWidth : 0}px; ${isWbsTreeShow ? '' : 'display: none'}`"
-            class="hc-layout-left-box" :class="[isWbsTreeShow ? 'show' : '']"
+            class="hc-layout-left-box bg-white" :class="[isWbsTreeShow ? 'show' : '']"
         >
             <div class="hc-project-box">
                 <div class="hc-project-icon-box">

+ 1 - 1
src/views/data-fill/wbs.vue

@@ -4,7 +4,7 @@
             <div
                 id="wbs-left-tree" :class="[isWbsTreeShow ? 'show' : '', isMouseTree ? 'on-transition' : '']"
                 :style="`width:${isWbsTreeShow ? leftWidth : 0}px; ${isWbsTreeShow ? '' : 'display: none'}`"
-                class="hc-layout-left-box"
+                class="hc-layout-left-box bg-white"
             >
                 <div class="hc-project-box">
                     <div class="hc-project-icon-box">

+ 2 - 5
src/views/tentative/detect/test.vue

@@ -2,17 +2,14 @@
     <div class="hc-page-layout-box">
         <div
             :style="`width:${isWbsTreeShow ? leftWidth : 0}px; ${isWbsTreeShow ? '' : 'display: none'}`"
-            class="hc-layout-left-box" :class="[isWbsTreeShow ? 'show' : '']"
+            class="hc-layout-left-box bg-white" :class="[isWbsTreeShow ? 'show' : '']"
         >
             <div class="hc-project-box">
                 <div class="hc-project-icon-box">
                     <HcIcon name="stack" />
                 </div>
                 <div class="ml-2 project-name-box">
-                    <span class="text-xl text-cut project-alias">{{ projectInfo.projectAlias }}</span>
-                    <div class="text-xs text-cut project-name">
-                        {{ projectInfo.name }}
-                    </div>
+                    <div class="project-name">{{ projectInfo.name }}</div>
                 </div>
             </div>
             <div class="hc-tree-box">