|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="x-container">
|
|
|
+ <div class="x-container y-container">
|
|
|
<!--登录窗口-->
|
|
|
<template v-if="!loginIsSuccess">
|
|
|
<div class="x-login-wrap">
|
|
|
@@ -823,8 +823,8 @@
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" type="text/scss">
|
|
|
- .x-container {
|
|
|
- width: 346px;
|
|
|
+ .y-container {
|
|
|
+ width: 346px !important ;
|
|
|
margin: 0 auto;
|
|
|
text-align: center;
|
|
|
/*background: #FFFFFF;*/
|