|
|
@@ -148,8 +148,11 @@ export default {
|
|
|
|
|
|
.type-buttons {
|
|
|
display: flex;
|
|
|
- gap: 8upx;
|
|
|
justify-content: space-around;
|
|
|
+
|
|
|
+ .birthday-type-btn + .birthday-type-btn {
|
|
|
+ margin-left: 8upx;
|
|
|
+ }
|
|
|
.birthday-type-btn {
|
|
|
min-width: 35upx;
|
|
|
height: 20upx;
|
|
|
@@ -179,7 +182,6 @@ export default {
|
|
|
.month-buttons {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
- gap: 8upx;
|
|
|
justify-content: center;
|
|
|
width: 170upx; /* 控制总宽度,使一行放6个 */
|
|
|
margin: 0 auto;
|
|
|
@@ -197,7 +199,7 @@ export default {
|
|
|
font-size: 10upx;
|
|
|
transition: all 0.2s;
|
|
|
padding: 0;
|
|
|
- margin: 0;
|
|
|
+ margin: 4upx;
|
|
|
|
|
|
&.active {
|
|
|
background-color: #0076FF;
|
|
|
@@ -217,7 +219,6 @@ export default {
|
|
|
.date-buttons {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
- gap: 5upx;
|
|
|
justify-content: center;
|
|
|
width: 200upx; /* 控制总宽度,使一行放8个 */
|
|
|
margin: 0 auto;
|
|
|
@@ -233,7 +234,7 @@ export default {
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
font-size: 10upx;
|
|
|
- margin: 1upx;
|
|
|
+ margin: 2.5upx;
|
|
|
transition: all 0.2s;
|
|
|
padding: 0;
|
|
|
|
|
|
@@ -253,7 +254,6 @@ export default {
|
|
|
.birthday-actions {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
- gap: 8upx;
|
|
|
margin-top: 10upx;
|
|
|
|
|
|
.birthday-action-btn {
|
|
|
@@ -264,7 +264,7 @@ export default {
|
|
|
text-align: center;
|
|
|
line-height: 1;
|
|
|
padding: 5upx;
|
|
|
- margin: 0;
|
|
|
+ margin: 0 4upx;
|
|
|
border: 1upx solid;
|
|
|
|
|
|
&.save-btn {
|