From 7ee8e04738786ee7c5ad6cc768cd6072971b4dfa Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期六, 20 十二月 2025 10:20:10 +0800
Subject: [PATCH] 样式修改
---
fzzy-igdss-view/src/main/java/com/fzzy/igds/GatewaySer.view.xml | 40 +++++++++++++++++++++++++++-------------
1 files changed, 27 insertions(+), 13 deletions(-)
diff --git a/fzzy-igdss-view/src/main/java/com/fzzy/igds/GatewaySer.view.xml b/fzzy-igdss-view/src/main/java/com/fzzy/igds/GatewaySer.view.xml
index 524a9ee..dc1480b 100644
--- a/fzzy-igdss-view/src/main/java/com/fzzy/igds/GatewaySer.view.xml
+++ b/fzzy-igdss-view/src/main/java/com/fzzy/igds/GatewaySer.view.xml
@@ -118,8 +118,12 @@
<Property name="property">ip</Property>
<Property name="align">center</Property>
</DataColumn>
- <DataColumn name="port">
- <Property name="property">port</Property>
+ <DataColumn name="apiPort">
+ <Property name="property">apiPort</Property>
+ <Property name="align">center</Property>
+ </DataColumn>
+ <DataColumn name="webRtcPort">
+ <Property name="property">webRtcPort</Property>
<Property name="align">center</Property>
</DataColumn>
<DataColumn name="status">
@@ -143,7 +147,7 @@
<Dialog id="dialog1" layout="regionPadding:8">
<ClientEvent name="onHide">onDialogHide();</ClientEvent>
<Property name="iconClass">fa fa-tasks</Property>
- <Property name="width">1200</Property>
+ <Property name="width">70%</Property>
<Property name="caption">缃戝叧淇℃伅</Property>
<Property name="closeable">false</Property>
<Buttons>
@@ -159,7 +163,7 @@
<Property name="caption">淇濆瓨</Property>
<Property name="iconClass">fa fa-check-circle</Property>
<Property name="exClassName">btn1</Property>
- <Property name="width">120</Property>
+ <Property name="width">110</Property>
</Button>
<Button>
<ClientEvent name="onClick">btnCancel();</ClientEvent>
@@ -176,10 +180,10 @@
<Children>
<AutoForm>
<Property name="dataSet">dsGatewaySer</Property>
- <Property name="cols">*,*,*</Property>
+ <Property name="cols">*,*,400</Property>
<Property name="labelSeparator">锛�</Property>
<Property name="labelAlign">right</Property>
- <Property name="labelWidth">100</Property>
+ <Property name="labelWidth">120</Property>
<AutoFormElement>
<Property name="name">id</Property>
<Property name="property">id</Property>
@@ -196,18 +200,28 @@
<Editor/>
</AutoFormElement>
<AutoFormElement>
- <Property name="name">sn</Property>
- <Property name="property">sn</Property>
- <Editor/>
- </AutoFormElement>
- <AutoFormElement>
<Property name="name">ip</Property>
<Property name="property">ip</Property>
<Editor/>
</AutoFormElement>
<AutoFormElement>
- <Property name="name">port</Property>
- <Property name="property">port</Property>
+ <Property name="name">apiPort</Property>
+ <Property name="property">apiPort</Property>
+ <Editor/>
+ </AutoFormElement>
+ <AutoFormElement>
+ <Property name="name">webRtcPort</Property>
+ <Property name="property">webRtcPort</Property>
+ <Editor/>
+ </AutoFormElement>
+ <AutoFormElement layoutConstraint="colSpan:2">
+ <Property name="name">playUrl</Property>
+ <Property name="property">playUrl</Property>
+ <Editor/>
+ </AutoFormElement>
+ <AutoFormElement>
+ <Property name="name">sn</Property>
+ <Property name="property">sn</Property>
<Editor/>
</AutoFormElement>
<AutoFormElement layoutConstraint="colSpan:2">
--
Gitblit v1.9.3