mirror of https://gitee.com/y_project/RuoYi.git
默认主题样式,防止网速慢情况下出现空白
parent
db9d1a7720
commit
ecb77e2be4
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
/** 蓝色主题 skin-blue **/
|
/** 蓝色主题 skin-blue **/
|
||||||
.skin-blue .navbar {
|
.navbar, .skin-blue .navbar {
|
||||||
background-color: #3c8dbc
|
background-color: #3c8dbc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ public class SysDictType extends BaseEntity
|
||||||
private String dictName;
|
private String dictName;
|
||||||
|
|
||||||
/** 字典类型 */
|
/** 字典类型 */
|
||||||
@Excel(name = "字典类型 ")
|
@Excel(name = "字典类型")
|
||||||
private String dictType;
|
private String dictType;
|
||||||
|
|
||||||
/** 状态(0正常 1停用) */
|
/** 状态(0正常 1停用) */
|
||||||
|
|
|
@ -41,7 +41,7 @@ public class SysLogininfor extends BaseEntity
|
||||||
private String browser;
|
private String browser;
|
||||||
|
|
||||||
/** 操作系统 */
|
/** 操作系统 */
|
||||||
@Excel(name = "操作系统 ")
|
@Excel(name = "操作系统")
|
||||||
private String os;
|
private String os;
|
||||||
|
|
||||||
/** 提示消息 */
|
/** 提示消息 */
|
||||||
|
|
Loading…
Reference in New Issue