perf: 宽度调整
This commit is contained in:
@ -210,7 +210,7 @@ export default {
|
||||
|
||||
return () => {
|
||||
return (
|
||||
<div class="explore-page">
|
||||
<div class='explore-page'>
|
||||
<header class="page-header">
|
||||
<div class="content w-full px-24px flex items-center bg-#fff justify-between">
|
||||
<div class="h-full flex items-center">
|
||||
|
||||
@ -1,4 +1,10 @@
|
||||
.explore-page {
|
||||
position: relative;
|
||||
min-width: 1200px;
|
||||
min-height: 100vh;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
@ -9,12 +15,6 @@
|
||||
background: #fff;
|
||||
z-index: -1;
|
||||
}
|
||||
position: relative;
|
||||
min-width: 1200px;
|
||||
min-height: 100vh;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.fold-box {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@ -54,11 +54,14 @@
|
||||
}
|
||||
|
||||
.page-wrap {
|
||||
width: calc(100% - 456px);
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: #fff;
|
||||
&.expand {
|
||||
width: calc(100% - 456px);
|
||||
}
|
||||
.explore-detail-wrap {
|
||||
min-height: 500px;
|
||||
width: 684px;
|
||||
|
||||
Reference in New Issue
Block a user