2 Commits c7b828f27d ... e8a5b11165

Author SHA1 Message Date
  hotchicken1996 e8a5b11165 Merge remote-tracking branch 'origin/master' 1 year ago
  hotchicken1996 c1eaf5c292 fix: 取消关闭所有标签,修改个人档案页面样式问题 1 year ago

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

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

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

@@ -2,7 +2,7 @@
   <div class="_tagList">
   <div class="_tagList">
     <div class="tag-view">
     <div class="tag-view">
       <el-icon
       <el-icon
-        class="arrow-btn"
+        class="arrow-btn arrow-btn-left"
         v-show="showListContainerArrow"
         v-show="showListContainerArrow"
         :size="20"
         :size="20"
         @click="handleTagListScroll('left')"
         @click="handleTagListScroll('left')"
@@ -118,16 +118,16 @@
         </template>
         </template>
       </draggable>
       </draggable>
       <el-icon
       <el-icon
-        class="arrow-btn"
+        class="arrow-btn arrow-btn-right"
         v-show="showListContainerArrow"
         v-show="showListContainerArrow"
         :size="20"
         :size="20"
         @click="handleTagListScroll('right')"
         @click="handleTagListScroll('right')"
       >
       >
         <DArrowRight />
         <DArrowRight />
       </el-icon>
       </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>
   </div>
   </div>
 </template>
 </template>
@@ -316,15 +316,16 @@ onMounted(() => {
     align-items: center;
     align-items: center;
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
-    padding-right: 10px;
+    //padding-right: 10px;
 
 
     .arrow-btn {
     .arrow-btn {
+      height: 100%;
       cursor: pointer;
       cursor: pointer;
     }
     }
 
 
     .tags-draggable-list {
     .tags-draggable-list {
       overflow-x: auto;
       overflow-x: auto;
-      width: calc(100% - 64px);
+      width: 100%;
       height: 100%;
       height: 100%;
       display: flex;
       display: flex;
       padding-top: 6px;
       padding-top: 6px;