页面切图
This commit is contained in:
@@ -23,7 +23,7 @@ export default {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
background: $uni-theme-white;
|
||||
height: 236rpx;
|
||||
|
||||
.grid-card-content-item-icon {
|
||||
|
||||
@@ -33,7 +33,7 @@ export default {
|
||||
.grid-card {
|
||||
border-radius: 12rpx;
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
background: $uni-theme-white;
|
||||
.grid-card-title {
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
|
||||
Reference in New Issue
Block a user