mirror of https://gitee.com/y_project/RuoYi.git
update sql css
parent
3c574b45dc
commit
18ef1ea816
|
@ -384,12 +384,12 @@ label.error {
|
|||
position: relative;
|
||||
padding-left: 25px;
|
||||
padding-right: 15px;
|
||||
padding-top: 8px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
.icheckbox, .icheckbox-blue, .iradio, .iradio-blue, .iradio-purple {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
top: 7px;
|
||||
left: 0
|
||||
}
|
||||
|
||||
|
|
|
@ -678,7 +678,7 @@ create table gen_table (
|
|||
business_name varchar(30) comment '生成业务名',
|
||||
function_name varchar(50) comment '生成功能名',
|
||||
function_author varchar(50) comment '生成功能作者',
|
||||
form_col_num int(1) default 0 comment '表单布局(单列 双列 三列)',
|
||||
form_col_num int(1) default 1 comment '表单布局(单列 双列 三列)',
|
||||
gen_type char(1) default '0' comment '生成代码方式(0zip压缩包 1自定义路径)',
|
||||
gen_path varchar(200) default '/' comment '生成路径(不填默认项目路径)',
|
||||
options varchar(1000) comment '其它生成选项',
|
||||
|
|
Loading…
Reference in New Issue