mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
-- fix bug
This commit is contained in:
@@ -1027,7 +1027,10 @@ const cancelStorage = async () => {
|
|||||||
.leftmain {
|
.leftmain {
|
||||||
// width: 86%;
|
// width: 86%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
position: sticky;
|
||||||
|
top:0;
|
||||||
|
height: 80vh;
|
||||||
|
overflow-y: auto;
|
||||||
.tit {
|
.tit {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #363636;
|
color: #363636;
|
||||||
|
|||||||
@@ -948,8 +948,10 @@ const cancelStorage = async () => {
|
|||||||
|
|
||||||
.leftmain {
|
.leftmain {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
min-height: 800px;
|
position: sticky;
|
||||||
|
top:0;
|
||||||
|
height: 80vh;
|
||||||
|
overflow-y: auto;
|
||||||
.tit {
|
.tit {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@@ -1283,7 +1285,7 @@ const cancelStorage = async () => {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 999;
|
z-index: 99999;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
height: 115px;
|
height: 115px;
|
||||||
|
|||||||
Reference in New Issue
Block a user