@@ -350,7 +350,7 @@ | |||||
flex: 1; | flex: 1; | ||||
display: flex; | display: flex; | ||||
align-items: center; | align-items: center; | ||||
justify-content: space-between; | |||||
justify-content: right; | |||||
text-align: right; | text-align: right; | ||||
.opera_btn{ | .opera_btn{ | ||||
width: 52px; | width: 52px; | ||||
@@ -362,6 +362,7 @@ | |||||
&.delete{ | &.delete{ | ||||
background:#df0707; | background:#df0707; | ||||
margin-left: 10PX; | |||||
.icon{ | .icon{ | ||||
width: 22px; | width: 22px; | ||||
height: 29px; | height: 29px; | ||||
@@ -372,6 +373,7 @@ | |||||
} | } | ||||
&.edit{ | &.edit{ | ||||
background: #79cf13; | background: #79cf13; | ||||
margin-left: 10PX; | |||||
.icon { | .icon { | ||||
width: 26px; | width: 26px; | ||||
height: 25px; | height: 25px; | ||||
@@ -382,6 +384,7 @@ | |||||
} | } | ||||
&.view{ | &.view{ | ||||
background: #3494ff; | background: #3494ff; | ||||
margin-left: 10PX; | |||||
.icon { | .icon { | ||||
width: 29px; | width: 29px; | ||||
height: 21px; | height: 21px; | ||||