feat:新增全局初始化样式
This commit is contained in:
@@ -132,7 +132,6 @@ const handleGitClick = () => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.header {
|
||||
padding: 0 100px;
|
||||
width: 1300px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user