--no commit message
Showing
1 changed file
with
9 additions
and
7 deletions
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| 11 | :visible.sync="dialogVisible" | 11 | :visible.sync="dialogVisible" |
| 12 | custom-class="insetDialog" | 12 | custom-class="insetDialog" |
| 13 | append-to-body | 13 | append-to-body |
| 14 | width="50%" | 14 | width="31%" |
| 15 | > | 15 | > |
| 16 | <!-- <el-radio-group v-model="radio"> | 16 | <!-- <el-radio-group v-model="radio"> |
| 17 | <el-radio-button | 17 | <el-radio-button |
| ... | @@ -48,7 +48,6 @@ export default { | ... | @@ -48,7 +48,6 @@ export default { |
| 48 | }, | 48 | }, |
| 49 | 49 | ||
| 50 | clicksss(el){ | 50 | clicksss(el){ |
| 51 | console.log("el",el); | ||
| 52 | this.qllx=el | 51 | this.qllx=el |
| 53 | }, | 52 | }, |
| 54 | handleSubmit() { | 53 | handleSubmit() { |
| ... | @@ -72,19 +71,22 @@ export default { | ... | @@ -72,19 +71,22 @@ export default { |
| 72 | }; | 71 | }; |
| 73 | </script> | 72 | </script> |
| 74 | <style scoped lang="scss"> | 73 | <style scoped lang="scss"> |
| 74 | @import '~@/styles/public.scss'; | ||
| 75 | .qllxdialog { | 75 | .qllxdialog { |
| 76 | margin-top: 200px; | 76 | margin-top: 160px; |
| 77 | /deep/.el-dialog__body { | 77 | /deep/.el-dialog__body { |
| 78 | margin-top: 10px; | 78 | margin-top: 10px; |
| 79 | // height: 100px; | 79 | // height: 100px; |
| 80 | padding: 30px; | 80 | padding: 20px; |
| 81 | } | 81 | } |
| 82 | .gettypebutton{ | 82 | .gettypebutton{ |
| 83 | cursor: pointer; | 83 | cursor: pointer; |
| 84 | margin-left: 20px; | ||
| 85 | width: 250px; | ||
| 84 | line-height: 20px; | 86 | line-height: 20px; |
| 85 | background-color: #ebebeb; | 87 | background-color: #ebebeb; |
| 86 | margin-top: 10px; | 88 | margin-top: 20px; |
| 87 | padding-left: 10px; | 89 | padding-left: 20px; |
| 88 | border-radius: 2px; | 90 | border-radius: 2px; |
| 89 | -webkit-box-sizing: border-box; | 91 | -webkit-box-sizing: border-box; |
| 90 | box-sizing: border-box; | 92 | box-sizing: border-box; |
| ... | @@ -103,7 +105,7 @@ export default { | ... | @@ -103,7 +105,7 @@ export default { |
| 103 | color: #ebebeb; | 105 | color: #ebebeb; |
| 104 | } | 106 | } |
| 105 | .btn{ | 107 | .btn{ |
| 106 | margin:30px; | 108 | margin-top:30px; |
| 107 | text-align: center; | 109 | text-align: center; |
| 108 | .el-button { | 110 | .el-button { |
| 109 | margin-top: 10px; | 111 | margin-top: 10px; | ... | ... |
-
Please register or sign in to post a comment