Commit e65b2377959928fe5ab78e4482dffa0ae328893d
1 parent
23e09dc0
debug
Showing
1 changed file
with
1 additions
and
5 deletions
src/views/user/cnlive_login.vue
| ... | ... | @@ -28,7 +28,6 @@ let loading = ref(false); |
| 28 | 28 | let errorMsg = reactive({ |
| 29 | 29 | text: "手机号或密码错误", |
| 30 | 30 | show: false, |
| 31 | - downLoadUrl: 'http://systk.cnlive.com/download.html' | |
| 32 | 31 | }); |
| 33 | 32 | let menu = reactive({ |
| 34 | 33 | data: [], |
| ... | ... | @@ -260,13 +259,13 @@ onMounted(() => { |
| 260 | 259 | float: left; |
| 261 | 260 | font-size: 20px; |
| 262 | 261 | margin: 0; |
| 263 | - // margin-right: 88px; | |
| 264 | 262 | padding: 0; |
| 265 | 263 | text-transform: uppercase; |
| 266 | 264 | } |
| 267 | 265 | .cnlive-list { |
| 268 | 266 | float: left; |
| 269 | 267 | margin-top: 20px; |
| 268 | + font-weight: 800; | |
| 270 | 269 | .el-dropdown { |
| 271 | 270 | margin-left: 60px; |
| 272 | 271 | font-size: 20px; |
| ... | ... | @@ -311,9 +310,6 @@ onMounted(() => { |
| 311 | 310 | color: #333333; |
| 312 | 311 | font-size: 30px; |
| 313 | 312 | text-align: left; |
| 314 | - // background: url(https://cnlive-resweb.ks3-cn-beijing.ksyuncs.com/sites/cnlive_web/new-images/huang-icon.png) | |
| 315 | - // 0 50px no-repeat; | |
| 316 | - // background-size: 27px 5px; | |
| 317 | 313 | } |
| 318 | 314 | } |
| 319 | 315 | &-input { | ... | ... |