Browse Source

增加表单边距

yezehua 5 năm trước cách đây
mục cha
commit
d532fd237e
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      app/followup/v1/css/fangshi-detail.css

+ 6 - 1
app/followup/v1/css/fangshi-detail.css

@ -97,4 +97,9 @@ div.ui-col-0{
}
.el-checkbox, .el-radio{
	margin-left: 10px !important;
}
}
#app {
	width: 80%;
    margin: 0 auto;
}