廖井涛
8 天以前 ceb1dea2b24d5c3216816f42fd0e514613656416
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; /* 同时水平和垂直居中 */
}