修改样式,修改不能输入负数的问题
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
}
|
||||
|
||||
.change {
|
||||
margin-top: 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
margin-top: 10rpx;
|
||||
/* margin-bottom: 10rpx; */
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
.nextReadingNumber {
|
||||
display: flex;
|
||||
align-items: bottom;
|
||||
|
||||
}
|
||||
|
||||
.nextReadingNumber .title {
|
||||
@@ -82,6 +82,9 @@
|
||||
|
||||
.nextReadingNumber .number {
|
||||
margin-top: 12rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.currentNumber {
|
||||
|
Reference in New Issue
Block a user