diff --git a/jsowell-ui/src/views/billing/template/index.vue b/jsowell-ui/src/views/billing/template/index.vue
index 21f9b6c92..1d7d9da75 100644
--- a/jsowell-ui/src/views/billing/template/index.vue
+++ b/jsowell-ui/src/views/billing/template/index.vue
@@ -80,9 +80,10 @@
>
-
-
-
+
+
+
+
@@ -92,7 +93,7 @@
label="创建时间"
align="center"
prop="createTime"
- width="180"
+ min-width="10%"
>
{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}
@@ -102,7 +103,7 @@
label="更新时间"
align="center"
prop="updateTime"
- width="180"
+ min-width="10%"
>
{{ parseTime(scope.row.updateTime, "{y}-{m}-{d}") }}
@@ -112,6 +113,7 @@
label="操作"
align="center"
class-name="small-padding fixed-width"
+ min-width="10%"
>