From 0eb69a9735c3ca9a01dd2c8e2dc6c35cf8a37b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Thu, 8 May 2025 10:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AD=97=E5=85=B8=E4=B8=8E?= =?UTF-8?q?=E6=98=A0=E5=B0=84=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rezero/default_ui/css/page_table_list.css | 7 +- .../rezero/default_ui/std_entity_config.html | 392 +++++++++++++++++ .../{filed_map.html => std_filed_map.html} | 0 .../rezero/default_ui/std_method_config.html | 397 ++++++++++++++++++ .../wwwroot/rezero/default_ui/sys_dict.html | 42 +- .../rezero/default_ui/sys_dict_data.html | 341 +++++++++++++++ 6 files changed, 1165 insertions(+), 14 deletions(-) create mode 100644 SuperAPI/wwwroot/rezero/default_ui/std_entity_config.html rename SuperAPI/wwwroot/rezero/default_ui/{filed_map.html => std_filed_map.html} (100%) create mode 100644 SuperAPI/wwwroot/rezero/default_ui/std_method_config.html create mode 100644 SuperAPI/wwwroot/rezero/default_ui/sys_dict_data.html diff --git a/SuperAPI/wwwroot/rezero/default_ui/css/page_table_list.css b/SuperAPI/wwwroot/rezero/default_ui/css/page_table_list.css index dd8d8d8..a462648 100644 --- a/SuperAPI/wwwroot/rezero/default_ui/css/page_table_list.css +++ b/SuperAPI/wwwroot/rezero/default_ui/css/page_table_list.css @@ -3,13 +3,14 @@ } .table_opt { - text-align: center; - width: 250px; + display: flex; + flex-flow: row nowrap; + justify-content: center; + align-items: center; } .table_opt button { max-width: 80px; - margin: 0 10px; } .table_opt2 { diff --git a/SuperAPI/wwwroot/rezero/default_ui/std_entity_config.html b/SuperAPI/wwwroot/rezero/default_ui/std_entity_config.html new file mode 100644 index 0000000..8a2cb97 --- /dev/null +++ b/SuperAPI/wwwroot/rezero/default_ui/std_entity_config.html @@ -0,0 +1,392 @@ +@@master_page.html + +
+ +
+
+
+ + + + + + + + + + + + + + +
+ {{column.ColumnDescription}} + 操作
+ {{ item[column.PropertyName] }} + + + +
+
+
+ @@page_control.html + +
+ diff --git a/SuperAPI/wwwroot/rezero/default_ui/filed_map.html b/SuperAPI/wwwroot/rezero/default_ui/std_filed_map.html similarity index 100% rename from SuperAPI/wwwroot/rezero/default_ui/filed_map.html rename to SuperAPI/wwwroot/rezero/default_ui/std_filed_map.html diff --git a/SuperAPI/wwwroot/rezero/default_ui/std_method_config.html b/SuperAPI/wwwroot/rezero/default_ui/std_method_config.html new file mode 100644 index 0000000..22f47a7 --- /dev/null +++ b/SuperAPI/wwwroot/rezero/default_ui/std_method_config.html @@ -0,0 +1,397 @@ +@@master_page.html + +
+ +
+
+
+ + + + + + + + + + + + + + +
+ {{column.ColumnDescription}} + 操作
+ + {{formatter(item[column.PropertyName])}} + + {{ item[column.PropertyName] }} + + + + +
+
+
+ @@page_control.html + +
+ diff --git a/SuperAPI/wwwroot/rezero/default_ui/sys_dict.html b/SuperAPI/wwwroot/rezero/default_ui/sys_dict.html index 5d4baa9..32ca39d 100644 --- a/SuperAPI/wwwroot/rezero/default_ui/sys_dict.html +++ b/SuperAPI/wwwroot/rezero/default_ui/sys_dict.html @@ -84,6 +84,13 @@ + + + +
+ + + +
+ +
+ +
+
+
+ + + + + + + + + + + + + + +
+ {{column.ColumnDescription}} + 操作
+ {{ item[column.PropertyName] }} + + + +
+
+
+ @@page_control.html + + +