优化
This commit is contained in:
@@ -361,6 +361,12 @@ export default {
|
||||
width: 750rpx;
|
||||
height: 1100rpx;
|
||||
}
|
||||
.scroll ::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
display: none;
|
||||
}
|
||||
.contentcard {
|
||||
width: 694.66rpx;
|
||||
height: 161.26rpx;
|
||||
|
||||
@@ -236,6 +236,12 @@ export default {
|
||||
height: 1300rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.scroll ::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
display: none;
|
||||
}
|
||||
.empty{
|
||||
position: absolute;
|
||||
top: 200rpx;
|
||||
|
||||
@@ -392,6 +392,12 @@ export default {
|
||||
height: 1300rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.scroll ::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
display: none;
|
||||
}
|
||||
.no-data{
|
||||
position: absolute;
|
||||
top: 200rpx;
|
||||
|
||||
@@ -299,6 +299,12 @@ export default {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.scroll ::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
display: none;
|
||||
}
|
||||
.nodata {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
@@ -163,6 +163,12 @@ export default {
|
||||
height: 100%;
|
||||
width: 750rpx;
|
||||
}
|
||||
.scroll ::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
display: none;
|
||||
}
|
||||
.empty{
|
||||
height: 100%;
|
||||
width: 750rpx;
|
||||
|
||||
@@ -717,6 +717,12 @@ export default {
|
||||
width: 90%;
|
||||
height: 500rpx;
|
||||
}
|
||||
.scroll ::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
display: none;
|
||||
}
|
||||
.card {
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
|
||||
@@ -124,6 +124,12 @@ export default {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.scroll ::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
color: transparent;
|
||||
display: none;
|
||||
}
|
||||
.serviceProtocolContent{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user