feat:新增全局初始化样式

This commit is contained in:
Xwen
2024-01-02 21:02:35 +08:00
parent c376f7e97c
commit eb19fb783f
3 changed files with 188 additions and 181 deletions

View File

@@ -132,7 +132,6 @@ const handleGitClick = () => {
<style scoped lang="scss">
.header {
padding: 0 100px;
width: 1300px;
display: flex;
align-items: center;

View File

@@ -1,6 +1,6 @@
<template>
<div class="common-layout">
<el-container>
<el-container class="common-container">
<el-header
class="common-header"
ref="header"
@@ -46,6 +46,10 @@ const handleScroll = () => {
width: 100%;
height: 100%;
}
&-container {
width: 100%;
height: 100%;
}
&-header {
width: 100%;
background-color: #fff;