bugfix
This commit is contained in:
@ -3,6 +3,9 @@ page {
|
||||
padding: 32rpx 0;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
.t-navbar__content {
|
||||
--td-navbar-bg-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.home-page {
|
||||
.t-fab {
|
||||
z-index: 99;
|
||||
@ -92,16 +95,16 @@ page {
|
||||
}
|
||||
.finance-list {
|
||||
.left-icon {
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
width: 72rpx;
|
||||
height: 72rpx;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #fff;
|
||||
font-size: larger;
|
||||
}
|
||||
.btn-wrapper {
|
||||
// height: 100%;
|
||||
.btn {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
|
Reference in New Issue
Block a user