广州矛调粤政易端
liuwh
8 hours ago 5d9fdbdaf6e26ee6c3da511d93fab8be61662c64
fix:修改顶部标题和首页待合并隐藏
2 files modified
16 ■■■■■ changed files
src/components/NavBarPage/index.less 12 ●●●●● patch | view | raw | blame | history
src/views/home/index.jsx 4 ●●●● patch | view | raw | blame | history
src/components/NavBarPage/index.less
@@ -33,15 +33,13 @@
            position: absolute;
      top: 0;
      height: @navBarHeight;
            left: 50px;
            // right: 50px;
      min-width: 270px;
      width: 100%;
            text-align: center;
            font-size: 18px;
            line-height: @navBarHeight;
      white-space: nowrap; /* 防止文字换行 */
      overflow: hidden; /* 隐藏超出的部分 */
      text-overflow: ellipsis; /* 显示省略号 */
      line-height: 44px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
        }
    }
src/views/home/index.jsx
@@ -1,7 +1,7 @@
/*
 * @Author: zhouxt
 * @Date: 2025-04-10 09:28:00
 * @LastEditTime: 2025-05-23 16:12:10
 * @LastEditTime: 2025-06-26 18:26:28
 * @LastEditors: lwh
 * @Description: 粤政易首页
 */
@@ -196,7 +196,7 @@
    // Tab 列表项
    const tabItems = [
        { id: 'all', text: '全部', countKey: 'allTask', apiFunc: pageMyTaskAllApi },
        { id: 'merge', text: '待合并', countKey: null, apiFunc: pageMyTaskHbApi },
        // { id: 'merge', text: '待合并', countKey: null, apiFunc: pageMyTaskHbApi },
        { id: 'dispatch', text: '待分派', countKey: 'waitDisp', apiFunc: pageMyTaskFpApi },
        { id: 'accept', text: '待受理', countKey: 'waitAccept', apiFunc: pageMyTaskSlApi },
        { id: 'processing', text: '办理中', countKey: 'processing', apiFunc: pageMyTaskBlzApi },