style:样式修改
Showing
4 changed files
with
15 additions
and
19 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | ||
| 3 | @mixin colorBtn($color) { | 3 | @mixin colorBtn($color) { |
| 4 | background: $color; | 4 | background: $color; |
| 5 | color:#fff; | 5 | color: #fff; |
| 6 | 6 | ||
| 7 | &:hover { | 7 | &:hover { |
| 8 | color: #fff; | 8 | color: #fff; |
| ... | @@ -99,15 +99,9 @@ | ... | @@ -99,15 +99,9 @@ |
| 99 | font-size: 14px; | 99 | font-size: 14px; |
| 100 | border-radius: 4px; | 100 | border-radius: 4px; |
| 101 | } | 101 | } |
| 102 | |||
| 102 | // 搜索框按钮的位置 | 103 | // 搜索框按钮的位置 |
| 103 | .btnCol{ | 104 | .btnCol { |
| 104 | box-sizing: border-box; | 105 | box-sizing: border-box; |
| 105 | text-align: right; | 106 | text-align: right; |
| 106 | } | 107 | } |
| 107 | |||
| 108 | // 默认白色按钮样式 | ||
| 109 | .el-button--default{ | ||
| 110 | background: #FBFCFD; | ||
| 111 | border: 1px solid #E4EBF4; | ||
| 112 | border-radius: 4px; | ||
| 113 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -144,6 +144,9 @@ export default { | ... | @@ -144,6 +144,9 @@ export default { |
| 144 | operation (index, item) { | 144 | operation (index, item) { |
| 145 | let that = this; | 145 | let that = this; |
| 146 | switch (item.value) { | 146 | switch (item.value) { |
| 147 | case "lct": | ||
| 148 | console.log(2222222222); | ||
| 149 | break; | ||
| 147 | case "zsyl": | 150 | case "zsyl": |
| 148 | this.zsylFlag = true; | 151 | this.zsylFlag = true; |
| 149 | break; | 152 | break; |
| ... | @@ -239,8 +242,6 @@ export default { | ... | @@ -239,8 +242,6 @@ export default { |
| 239 | h("i", { style: "color: teal" }, obj.usernames.join(",")), | 242 | h("i", { style: "color: teal" }, obj.usernames.join(",")), |
| 240 | ]), | 243 | ]), |
| 241 | showCancelButton: true, | 244 | showCancelButton: true, |
| 242 | confirmButtonText: "确定", | ||
| 243 | cancelButtonText: "取消", | ||
| 244 | beforeClose: (action, instance, done) => { | 245 | beforeClose: (action, instance, done) => { |
| 245 | if (action === "confirm") { | 246 | if (action === "confirm") { |
| 246 | instance.confirmButtonLoading = true; | 247 | instance.confirmButtonLoading = true; |
| ... | @@ -267,10 +268,10 @@ export default { | ... | @@ -267,10 +268,10 @@ export default { |
| 267 | }).then((action) => { | 268 | }).then((action) => { |
| 268 | this.$message({ | 269 | this.$message({ |
| 269 | type: "info", | 270 | type: "info", |
| 270 | message: "action: " + action, | 271 | message: "action: " + action |
| 271 | }); | 272 | }) |
| 272 | }); | 273 | }) |
| 273 | }, | 274 | } |
| 274 | }, | 275 | } |
| 275 | }; | 276 | } |
| 276 | </script> | 277 | </script> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment