瀏覽代碼

增加表单边距

yezehua 5 年之前
父節點
當前提交
d532fd237e
共有 1 個文件被更改,包括 6 次插入1 次删除
  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;
}