소스 검색

取消表格高度

duy 2 년 전
부모
커밋
c2339e4f9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/ledger/components/weather.vue

+ 1 - 1
src/views/ledger/components/weather.vue

@@ -16,7 +16,7 @@
                 </el-button>
                 </el-button>
             </HcTooltip>
             </HcTooltip>
         </template>
         </template>
-        <HcTable :column="tableWeatherColumn" :datas="tableWeatherData" :loading="tableWeatherLoading" :maXheight="650" >
+        <HcTable :column="tableWeatherColumn" :datas="tableWeatherData" :loading="tableWeatherLoading" >
             <template #tempLow="{row}">{{row['tempLow']}} ~ {{row['tempHigh']}}</template>
             <template #tempLow="{row}">{{row['tempLow']}} ~ {{row['tempHigh']}}</template>
             <template #action="{row}">
             <template #action="{row}">
                 <HcTooltip keys="write_weather_edit">
                 <HcTooltip keys="write_weather_edit">