Explorar el Código

增加表单边距

yezehua hace 5 años
padre
commit
d532fd237e
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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;
}