Browse Source

update sql css

RuoYi 1 year ago
parent
commit
18ef1ea816
2 changed files with 3 additions and 3 deletions
  1. 2 2
      ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
  2. 1 1
      sql/ry_20240601.sql

+ 2 - 2
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css

@@ -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
 }
 

+ 1 - 1
sql/ry_20240601.sql

@@ -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 '其它生成选项',