Commit e65b2377959928fe5ab78e4482dffa0ae328893d

Authored by 杨泽宇
1 parent 23e09dc0

debug

src/views/user/cnlive_login.vue
@@ -28,7 +28,6 @@ let loading = ref(false); @@ -28,7 +28,6 @@ let loading = ref(false);
28 let errorMsg = reactive({ 28 let errorMsg = reactive({
29 text: "手机号或密码错误", 29 text: "手机号或密码错误",
30 show: false, 30 show: false,
31 - downLoadUrl: 'http://systk.cnlive.com/download.html'  
32 }); 31 });
33 let menu = reactive({ 32 let menu = reactive({
34 data: [], 33 data: [],
@@ -260,13 +259,13 @@ onMounted(() => { @@ -260,13 +259,13 @@ onMounted(() => {
260 float: left; 259 float: left;
261 font-size: 20px; 260 font-size: 20px;
262 margin: 0; 261 margin: 0;
263 - // margin-right: 88px;  
264 padding: 0; 262 padding: 0;
265 text-transform: uppercase; 263 text-transform: uppercase;
266 } 264 }
267 .cnlive-list { 265 .cnlive-list {
268 float: left; 266 float: left;
269 margin-top: 20px; 267 margin-top: 20px;
  268 + font-weight: 800;
270 .el-dropdown { 269 .el-dropdown {
271 margin-left: 60px; 270 margin-left: 60px;
272 font-size: 20px; 271 font-size: 20px;
@@ -311,9 +310,6 @@ onMounted(() => { @@ -311,9 +310,6 @@ onMounted(() => {
311 color: #333333; 310 color: #333333;
312 font-size: 30px; 311 font-size: 30px;
313 text-align: left; 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 &-input { 315 &-input {