fix: 查看记录改为黑色字体
This commit is contained in:
parent
8f0e1f1104
commit
b4edf70e8f
|
|
@ -125,7 +125,7 @@
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #FFD67A;
|
color: #000000;
|
||||||
border: 3rpx solid #FFD67A;
|
border: 3rpx solid #FFD67A;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
height: 96rpx;
|
height: 96rpx;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue