Commit da74bbec0a8ff769abba7a1629d19face623dfde

Authored by fengwotao
1 parent f8ef9664

pref:DEFECT-655 笔记本分辨率显示不完全,只有下面滑动显示,而且拖动界面后,会卡死在界面

@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <div> 2 <div>
3 <BasicModal 3 <BasicModal
4 v-bind="$attrs" 4 v-bind="$attrs"
5 - width="110rem" 5 + width="1460px"
6 :height="heightNum" 6 :height="heightNum"
7 @register="register" 7 @register="register"
8 title="调度日志" 8 title="调度日志"
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 format="YYYY-MM-DD HH:mm:ss" 47 format="YYYY-MM-DD HH:mm:ss"
48 /> 48 />
49 </a-col> 49 </a-col>
50 - <a-col :span="4" style="margin-left: 10rem"> 50 + <a-col :span="4" style="margin-left: 12rem">
51 <a-button type="primary" @click="handleClearData">重置</a-button> 51 <a-button type="primary" @click="handleClearData">重置</a-button>
52 <a-button style="margin-left: 10px" @click="handleSearchInfo">查询</a-button> 52 <a-button style="margin-left: 10px" @click="handleSearchInfo">查询</a-button>
53 </a-col> 53 </a-col>