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..8f53c5a 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; + flex: 1; } .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..28c583e --- /dev/null +++ b/SuperAPI/wwwroot/rezero/default_ui/std_entity_config.html @@ -0,0 +1,534 @@ +@@master_page.html + +
+ {{column.ColumnDescription}} + | +操作 | +
---|---|
+ {{ item[column.PropertyName] }} + | + ++ + + | +
+ {{column.ColumnDescription}} + | +操作 | +
---|---|
+ {{ item[column.PropertyName] }} + | + ++ + + | +
+ {{column.ColumnDescription}} + | +操作 | +
---|---|
+ + {{formatter(item[column.PropertyName])}} + + {{ item[column.PropertyName] }} + | + ++ + + + + | +
+ {{column.ColumnDescription}} + | +操作 | +
---|---|
+ {{ item[column.PropertyName] }} + | + ++ + + + | +
+ {{column.ColumnDescription}} + | +操作 | +
---|---|
+ {{ item[column.PropertyName] }} + | + ++ + + | +