3
0

2 کامیت‌ها c7b828f27d ... e8a5b11165

نویسنده SHA1 پیام تاریخ
  hotchicken1996 e8a5b11165 Merge remote-tracking branch 'origin/master' 1 سال پیش
  hotchicken1996 c1eaf5c292 fix: 取消关闭所有标签,修改个人档案页面样式问题 1 سال پیش
2فایلهای تغییر یافته به همراه10 افزوده شده و 9 حذف شده
  1. 2 2
      client/src/views/OaSystem/mineCenter/components/leftInfo.vue
  2. 8 7
      client/src/views/OaSystem/oaLayout/tagList.vue

+ 2 - 2
client/src/views/OaSystem/mineCenter/components/leftInfo.vue

@@ -168,7 +168,7 @@ onMounted(() => {})
 
   .infoContent {
     width: 100%;
-    height: 100%;
+    height: calc(100% - 165px);
     margin-top: 165px;
 
     .contentBox {
@@ -239,7 +239,7 @@ onMounted(() => {})
 
     .contentList {
       width: 100%;
-      height: calc(100% - 345px);
+      height: calc(100% - 140px);
       overflow-y: auto;
 
       ul {

+ 8 - 7
client/src/views/OaSystem/oaLayout/tagList.vue

@@ -2,7 +2,7 @@
   <div class="_tagList">
     <div class="tag-view">
       <el-icon
-        class="arrow-btn"
+        class="arrow-btn arrow-btn-left"
         v-show="showListContainerArrow"
         :size="20"
         @click="handleTagListScroll('left')"
@@ -118,16 +118,16 @@
         </template>
       </draggable>
       <el-icon
-        class="arrow-btn"
+        class="arrow-btn arrow-btn-right"
         v-show="showListContainerArrow"
         :size="20"
         @click="handleTagListScroll('right')"
       >
         <DArrowRight />
       </el-icon>
-      <div v-if="(visitedViews?.length ?? 0) > 1" class="all-tags-close" @click="allTagsClose">
-        关闭全部
-      </div>
+      <!--      <div v-if="(visitedViews?.length ?? 0) > 1" class="all-tags-close" @click="allTagsClose">-->
+      <!--        关闭全部-->
+      <!--      </div>-->
     </div>
   </div>
 </template>
@@ -316,15 +316,16 @@ onMounted(() => {
     align-items: center;
     width: 100%;
     height: 100%;
-    padding-right: 10px;
+    //padding-right: 10px;
 
     .arrow-btn {
+      height: 100%;
       cursor: pointer;
     }
 
     .tags-draggable-list {
       overflow-x: auto;
-      width: calc(100% - 64px);
+      width: 100%;
       height: 100%;
       display: flex;
       padding-top: 6px;