廖井涛
86 分钟以前 f7a2fcdda7f1120498c5c5f75c5a99955fc54b43
north-glass-erp/northglass-erp/src/views/LoginView.vue
@@ -192,11 +192,13 @@
</template>
<style scoped>
.mainDiv1{
//background-color: #1890FF;
  //overflow: hidden;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center; /* 同时水平和垂直居中 */
}