diff --git a/ui/dasadmin/src/views/backend/calculate/index.vue b/ui/dasadmin/src/views/backend/calculate/index.vue index 19726b08..593dd65a 100644 --- a/ui/dasadmin/src/views/backend/calculate/index.vue +++ b/ui/dasadmin/src/views/backend/calculate/index.vue @@ -11,87 +11,105 @@
-
-
-
-
- {{ moduleList[(row - 1) * colLen].localName }} -
-
-
{{ '版本:' + moduleList[(row - 1) * colLen].version }}
-
{{ '更新于:----' }}
- +
+
+ {{ moduleList[(row - 1) * colLen].description }} +
+
-
- {{ moduleList[(row - 1) * colLen].description }} -
- -
- - - - 查看 - 激活 - 禁用 -
-
-
-
-
- {{ moduleList[(row - 1) * colLen + 1].localName }} -
-
-
{{ '版本:' + moduleList[(row - 1) * colLen + 1].version }}
-
{{ '更新于:----' }}
- + -->
+
+ {{ moduleList[(row - 1) * colLen + 1].description }} +
+
-
- {{ moduleList[(row - 1) * colLen + 1].description }} -
- -
- - - - 查看 - 激活 - 禁用 -
+
- -
+
+ + +

+
+
@@ -222,9 +278,7 @@ getList() width: 100%; display: flex; flex-wrap: wrap; - overflow-y: auto; - overflow-x: hidden; - max-height: 100%; + height: calc(100% - 60px); min-width: 912px; .moduleRow { display: flex;