Ben Lin
2025-01-09 7bcfc0507043dc878c801a259aa7d058f4982551
src/views/tigerprojects/system/lowcode/normal/mainTable.vue
@@ -353,6 +353,7 @@
              CurOrg: useUserStore().getUserInfo.orgCode,
            }
          : '',
      NeedInclude: true,
    },
    beforeFetch: (t) => SearchInfoFn(t, route.name, AuthOption.value['BY_ORG'] == 'Y'),
    afterFetch: afterFetch,
@@ -740,15 +741,17 @@
        .item {
          display: flex;
          flex-direction: column;
          page-break-after: always;
          height: 100%;
          margin-right: 10px;
          margin-left: 10px;
          font-family: SimSun, "宋体", serif;
          page-break-after: always;
          .head {
          z-index: 1;
          width: 100%;
          background-color: azure;
          font-size: 22px;
          font-size: 20px;
          font-weight: bold;
          line-height: 100px;
          text-align: center;
@@ -758,6 +761,7 @@
            display: flex;
            flex: 1;
            justify-content: center;
            margin-top: 10px;
            padding: 15px;
            
            table {
@@ -777,6 +781,16 @@
            .instore_td {
              border: 1px solid #000;
              font-size: 12px;
              line-height: 16px;
              text-align: center;
              word-break: break-all;
            }
            .instore_td2 {
              height: 60px;
              border: 1px solid #000;
              font-family: SimSun, "宋体", serif;
              font-size: 12px; /* 修改为你想要的字体大小 */
              line-height: 20px;
              text-align: center;
              word-break: break-all;
@@ -784,8 +798,9 @@
            .material_table_td {
              border: 1px solid #000;
              font-size: 14px;
              line-height: 20px;
              font-size: 12px;
              height: 25px;
              line-height: 18px;
              text-align: center;
              word-break: break-all;
            }