style:menu
Showing
4 changed files
with
11 additions
and
6 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | overflow: hidden; | 2 | overflow: hidden; |
| 3 | background: url("~@/image/dialogBg.png") no-repeat !important; | 3 | background: url("~@/image/dialogBg.png") no-repeat !important; |
| 4 | background-size: 100% 100% !important; | 4 | background-size: 100% 100% !important; |
| 5 | min-height: 90vh; | 5 | // min-height: 90vh; |
| 6 | 6 | ||
| 7 | .dialog_title { | 7 | .dialog_title { |
| 8 | display: flex; | 8 | display: flex; |
| ... | @@ -98,6 +98,7 @@ | ... | @@ -98,6 +98,7 @@ |
| 98 | color: #B5D6DC; | 98 | color: #B5D6DC; |
| 99 | border-radius: 2px; | 99 | border-radius: 2px; |
| 100 | border: 1px solid #224C7C; | 100 | border: 1px solid #224C7C; |
| 101 | |||
| 101 | span { | 102 | span { |
| 102 | display: inline-block; | 103 | display: inline-block; |
| 103 | padding: 3px; | 104 | padding: 3px; |
| ... | @@ -155,7 +156,7 @@ | ... | @@ -155,7 +156,7 @@ |
| 155 | .el-dialog__body { | 156 | .el-dialog__body { |
| 156 | padding-top: 0; | 157 | padding-top: 0; |
| 157 | padding-bottom: 0; | 158 | padding-bottom: 0; |
| 158 | height: 95vh; | 159 | // height: 95vh; |
| 159 | } | 160 | } |
| 160 | 161 | ||
| 161 | .el-dialog__headerbtn { | 162 | .el-dialog__headerbtn { | ... | ... |
| ... | @@ -43,19 +43,23 @@ class data extends filter { | ... | @@ -43,19 +43,23 @@ class data extends filter { |
| 43 | // }, | 43 | // }, |
| 44 | { | 44 | { |
| 45 | label: "查封机关", | 45 | label: "查封机关", |
| 46 | prop: "cfjg" | 46 | prop: "cfjg", |
| 47 | minWidth: 150, | ||
| 47 | }, | 48 | }, |
| 48 | { | 49 | { |
| 49 | label: "查封文号", | 50 | label: "查封文号", |
| 50 | prop: "cfwh" | 51 | prop: "cfwh", |
| 52 | minWidth: 130, | ||
| 51 | }, | 53 | }, |
| 52 | { | 54 | { |
| 53 | label: "解封机关", | 55 | label: "解封机关", |
| 54 | prop: "jfjg" | 56 | prop: "jfjg", |
| 57 | width: 150, | ||
| 55 | }, | 58 | }, |
| 56 | { | 59 | { |
| 57 | label: "解封文号", | 60 | label: "解封文号", |
| 58 | prop: "jfwh" | 61 | prop: "jfwh", |
| 62 | minWidth: 130, | ||
| 59 | }, | 63 | }, |
| 60 | 64 | ||
| 61 | { | 65 | { | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment