Bläddra i källkod

feat: 调整template页面参数

Jack Zhou 2 månader sedan
förälder
incheckning
c002a1f003

+ 5 - 17
src/views/Report/src/ReportView.vue

@@ -128,11 +128,7 @@ onMounted(() => {
         @keyup.enter="SearchInput"
       >
         <template #prefix>
-          <span class="iconfont_icon">
-            <svg class="iconfont icon_search" aria-hidden="true">
-              <use xlink:href="#icon-icon_search_b"></use>
-            </svg>
-          </span>
+          <span class="font_family icon-icon_search_b"></span>
         </template>
       </el-input>
     </div>
@@ -143,7 +139,7 @@ onMounted(() => {
   <div class="SettingTable">
     <vxe-grid
       ref="tableRef"
-      :style="{ border: 'none'}"
+      :style="{ border: 'none' }"
       v-bind="tableData"
       :height="containerHeight"
     >
@@ -153,19 +149,11 @@ onMounted(() => {
         <div class="empty-text">No data</div>
       </template>
       <template #action="{ row }">
-        <el-button
-          class="el-button--blue"
-          @click="handleClickDetail(row)"
-          style="height: 24px"
-        >
+        <el-button class="el-button--blue" @click="handleClickDetail(row)" style="height: 24px">
           <span class="font_family icon-icon_edoc_b"></span>
           <span style="font-size: 12px">Details</span>
         </el-button>
-        <el-button
-          class="el-button--blue"
-          style="height: 24px"
-          @click="handleClickSchedule(row)"
-        >
+        <el-button class="el-button--blue" style="height: 24px" @click="handleClickSchedule(row)">
           <span class="font_family icon-icon_time_b"></span>
           <span style="font-size: 12px">Schedule</span>
         </el-button>
@@ -252,4 +240,4 @@ onMounted(() => {
   font-size: 14px;
   font-weight: 700;
 }
-</style>
+</style>

+ 0 - 4
src/views/TemplateManagement/src/components/CreateReportTemplate/src/components/GroupNameSelect.vue

@@ -154,8 +154,4 @@ onMounted(() => {
     padding: 8px;
   }
 }
-// .my-select-popper {
-//   width: 320px !important;
-//   min-width: unset !important;
-// }
 </style>