From ddcca9b05bc6314d4a25b6193bd1bab4dfb427ba Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期四, 25 十二月 2025 17:47:01 +0800
Subject: [PATCH] 页面弹框修改为百分比展示

---
 fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutConf.view.xml |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutConf.view.xml b/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutConf.view.xml
index 5afacbc..101e218 100644
--- a/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutConf.view.xml
+++ b/fzzy-igdss-view/src/main/java/com/fzzy/igds/InoutConf.view.xml
@@ -374,6 +374,7 @@
       <Property name="caption">鍑哄叆搴撻厤濂楄澶�</Property>
       <Property name="width">70%</Property>
       <Property name="closeable">false</Property>
+      <Property name="height">90%</Property>
       <Buttons>
         <Button>
           <ClientEvent name="onClick">var data = view.get(&quot;#dsMain.data:#&quot;);&#xD;
@@ -391,16 +392,18 @@
                         $notify(&quot;鏁版嵁鎵ц瀹屾垚锛侊紒&quot;);&#xD;
                         self.get(&quot;parent&quot;).hide();&#xD;
                         });</ClientEvent>
-          <Property name="caption">纭畾</Property>
-          <Property name="iconClass">fa fa-check</Property>
+          <Property name="caption">淇濆瓨</Property>
+          <Property name="iconClass">fa fa-check-circle</Property>
           <Property name="exClassName">btn1</Property>
+          <Property name="width">120</Property>
         </Button>
         <Button>
           <ClientEvent name="onClick">view.get(&quot;#dsMain.data:#&quot;).cancel();&#xD;
                         self.get(&quot;parent&quot;).hide();</ClientEvent>
           <Property name="caption">鍙栨秷</Property>
-          <Property name="iconClass">fa fa-times</Property>
           <Property name="exClassName">btn3</Property>
+          <Property name="iconClass">fa fa-times-circle</Property>
+          <Property name="width">120</Property>
         </Button>
       </Buttons>
       <Children>
@@ -579,9 +582,9 @@
       <ClientEvent name="onExecute">view.get(&quot;#dialogMeidaSelect&quot;).show();</ClientEvent>
     </Trigger>
     <Dialog id="dialogMeidaSelect" layout="vbox padding:10">
-      <Property name="width">650</Property>
+      <Property name="width">35%</Property>
       <Property name="caption">娴佸獟浣撳湴鍧�閫夋嫨</Property>
-      <Property name="height">500</Property>
+      <Property name="height">50%</Property>
       <Buttons/>
       <Children>
         <Container>

--
Gitblit v1.9.3