Commit 650d0f5e authored by chenshouchao's avatar chenshouchao

RadioGroupOfButtonStyle: 样式变更

parent ea845316
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
border: 1px solid #e6e8eb; /* border: 1px solid #e6e8eb; */
border-radius: 4px; border-radius: 4px;
background-color: #f0f2f5; background-color: #f0f2f5;
cursor: pointer; cursor: pointer;
...@@ -50,10 +50,10 @@ ...@@ -50,10 +50,10 @@
visibility: hidden; visibility: hidden;
} }
.radioActiveBgBox { .radioActiveBgBox {
width: calc(100% - 2px); width: calc(100% - 4px);
position: absolute; position: absolute;
left: 1px; left: 2px;
top: 1px; top: 2px;
height: 28px; height: 28px;
} }
.radioActiveBg { .radioActiveBg {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment