一堆样式改完
This commit is contained in:
parent
c0c0e74692
commit
5b9ef092ce
|
|
@ -2057,13 +2057,13 @@
|
|||
.contain {
|
||||
background-color: rgb(239, 240, 244);
|
||||
width: 90vw;
|
||||
height: calc(100vh - 5vh);
|
||||
padding: 1vh 2vw 0 0;
|
||||
height: calc(100vh - 2vh);
|
||||
padding: 1vh 2vw 0 1vw;
|
||||
display: flex;
|
||||
|
||||
.contain-left {
|
||||
height: calc(100vh - 3vw);
|
||||
width: 30vw;
|
||||
height: 95vh;
|
||||
width: 35%;
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
|
||||
|
|
@ -2496,7 +2496,7 @@
|
|||
z-index: 1;
|
||||
height: 95vh;
|
||||
width: 60vw;
|
||||
margin-left: 2%;
|
||||
margin-left: 3%;
|
||||
overflow: hidden;
|
||||
|
||||
.contain-right-title {
|
||||
|
|
@ -2567,9 +2567,10 @@
|
|||
margin-top: 20rpx;
|
||||
|
||||
.middle-Y {
|
||||
width: 97%;
|
||||
width: 98%;
|
||||
height: 100%;
|
||||
margin-left: 3%;
|
||||
margin-left: 5%;
|
||||
// background-color: red;
|
||||
|
||||
.middle-Y-father {
|
||||
display: flex;
|
||||
|
|
@ -2625,11 +2626,11 @@
|
|||
|
||||
.white-zhezhao {
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
height: 105vh;
|
||||
background-color: #fff;
|
||||
width: 60%;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 62vw;
|
||||
top:-5vh;
|
||||
right:-3vw;
|
||||
}
|
||||
|
||||
.wuliao-title {
|
||||
|
|
|
|||
|
|
@ -739,7 +739,7 @@
|
|||
</view>
|
||||
</scroll-view>
|
||||
<view style="display: flex;justify-content: space-between;width: 100%;">
|
||||
<view style="display: flex;">
|
||||
<view style="display: flex;margin-left: -40rpx;">
|
||||
<view :class="!typechange? `wuliao-title`:`wuliao-title-no`" @click="typechange = 0">
|
||||
物料详情
|
||||
<view class="wuliao-heng"></view>
|
||||
|
|
@ -2043,7 +2043,7 @@
|
|||
|
||||
.contain-left {
|
||||
height: 95vh;
|
||||
width: 30%;
|
||||
width: 35%;
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
|
||||
|
|
@ -2551,9 +2551,11 @@
|
|||
margin-left: 5%;
|
||||
|
||||
.middle-Y {
|
||||
width: 100%;
|
||||
width: 98%;
|
||||
height: 100%;
|
||||
margin-right: 3%;
|
||||
margin-left: 2%;
|
||||
// margin-right: 2%;
|
||||
// background-color: red;
|
||||
|
||||
.middle-Y-father {
|
||||
display: flex;
|
||||
|
|
@ -2613,7 +2615,7 @@
|
|||
background-color: #fff;
|
||||
width: 61vw;
|
||||
top:-5vh;
|
||||
right:-1vw;
|
||||
right:-3vw;
|
||||
}
|
||||
|
||||
.wuliao-title {
|
||||
|
|
|
|||
Loading…
Reference in New Issue