自然幢表单样式提交
Showing
4 changed files
with
1 additions
and
19 deletions
... | @@ -58,11 +58,6 @@ const constantRoutes = [ | ... | @@ -58,11 +58,6 @@ const constantRoutes = [ |
58 | code: 'zrz', | 58 | code: 'zrz', |
59 | component: () => import('@/views/zrz/index'), | 59 | component: () => import('@/views/zrz/index'), |
60 | }, | 60 | }, |
61 | { | ||
62 | path: '/zrz1', | ||
63 | code: 'zrz1', | ||
64 | component: () => import('@/views/zrz/index1'), | ||
65 | } | ||
66 | ] | 61 | ] |
67 | } | 62 | } |
68 | ] | 63 | ] | ... | ... |
... | @@ -8,24 +8,11 @@ | ... | @@ -8,24 +8,11 @@ |
8 | width: 100%; | 8 | width: 100%; |
9 | } | 9 | } |
10 | 10 | ||
11 | .el-row{ | ||
12 | border-top: 1px solid grey; | ||
13 | border-left: 1px solid grey; | ||
14 | border-right: 1px solid grey; | ||
15 | display: flex; | ||
16 | flex-wrap: wrap | ||
17 | } | ||
18 | |||
19 | .el-form-item{ | 11 | .el-form-item{ |
20 | font-weight: bold; | 12 | font-weight: bold; |
21 | font-size: xx-large | 13 | font-size: xx-large |
22 | } | 14 | } |
23 | 15 | ||
24 | .el-col{ | ||
25 | border-right: 1px solid grey; | ||
26 | height: 45px; | ||
27 | } | ||
28 | |||
29 | td{ | 16 | td{ |
30 | bgcolor:#F1F4FC; | 17 | bgcolor:#F1F4FC; |
31 | width:8.33% | 18 | width:8.33% | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="zrz content-form"> | 2 | <div class="zrz content-form"> |
3 | <el-form ref="form" :model="form" label-width="160px"> | 3 | <el-form ref="form" :model="form" label-width="160px"> |
4 | <table border="1" width="100%" cellspacing="1" cellpadding="2"> | 4 | <table border="1" width="80%" cellspacing="1" cellpadding="2"> |
5 | <tbody> | 5 | <tbody> |
6 | <tr> | 6 | <tr> |
7 | <td colspan="1"></td> | 7 | <td colspan="1"></td> | ... | ... |
src/views/zrz/index1.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment