|
|
@@ -144,8 +144,7 @@ export default {
|
|
|
.action-buttons-container {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- gap: 14upx;
|
|
|
- padding: 8upx;
|
|
|
+ padding: 30upx 8upx 8upx 8upx;
|
|
|
}
|
|
|
|
|
|
.action-button {
|
|
|
@@ -161,8 +160,12 @@ export default {
|
|
|
font-size: 14upx;
|
|
|
color: #333;
|
|
|
transition: all 0.2s;
|
|
|
+ margin-bottom: 14upx;
|
|
|
&:active {
|
|
|
background-color: #e9ecef;
|
|
|
}
|
|
|
+ &:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|