Commit a810bbef authored by 远方不远's avatar 远方不远

hy

parent 5c78a12c
...@@ -739,7 +739,7 @@ select { ...@@ -739,7 +739,7 @@ select {
.checkbox { .checkbox {
display: flex; display: flex;
align-items: center; align-items: flex-start;
} }
.checkbox .checkbox-titel { .checkbox .checkbox-titel {
...@@ -751,7 +751,7 @@ select { ...@@ -751,7 +751,7 @@ select {
.checkbox .checkbox-content { .checkbox .checkbox-content {
display: flex; display: flex;
align-items: center; align-items: flex-start;
} }
.checkbox .el-checkbox__label { .checkbox .el-checkbox__label {
......
...@@ -961,7 +961,7 @@ export default { ...@@ -961,7 +961,7 @@ export default {
.content_item{ .content_item{
padding-top:20px; padding-top:20px;
display: flex; display: flex;
align-items: center; align-items: flex-start;
.label{ .label{
width: 84px; width: 84px;
font-size: 14px; font-size: 14px;
......
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