BUG 29058

This commit is contained in:
aixianling
2022-04-14 14:29:24 +08:00
parent 89271cd829
commit fcf81210fe

View File

@@ -288,7 +288,7 @@ export default {
float: left;
margin: 0 20px 20px 0;
background: #FFF;
box-shadow: 0px 4px 6px -2px rgba(15, 15, 21, 0.15);
box-shadow: 0 4px 6px -2px rgba(15, 15, 21, 0.15);
border-radius: 4px;
box-sizing: border-box;
@@ -345,9 +345,12 @@ export default {
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
& > p {
text-align: center;
}
}
}
.cir-text {
width: 150px;