Merge remote-tracking branch 'origin/4.7.2' into 4.7.2

This commit is contained in:
sgjj 2019-10-29 08:49:04 +08:00
commit ce3386ed92
15 changed files with 1315 additions and 82 deletions

View File

@ -0,0 +1,5 @@
UPDATE `model` SET `model_icon` = 'icon-neirongguanli' WHERE `model_id` = 1;
UPDATE `model` SET `model_icon` = 'icon-huiyuanzhongxin' WHERE `model_id` = 22;
UPDATE `model` SET `model_icon` = 'icon-quanxianguanli' WHERE `model_id` = 23;
UPDATE `model` SET `model_icon` = 'icon-xitongguanli' WHERE `model_id` = 84;
UPDATE `model` SET `model_icon` = 'icon-zidingyiguanli' WHERE `model_id` = 104;

1162
doc/db-mcms-mysql-4.7.2.sql Normal file

File diff suppressed because one or more lines are too long

View File

@ -52,12 +52,12 @@
<dependencies>
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mpeople</artifactId>
<version>1.0.10</version>
<artifactId>ms-basic</artifactId>
<version>1.0.16</version>
</dependency>
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-upgrader</artifactId>
<artifactId>ms-mpeople</artifactId>
<version>1.0.11</version>
</dependency>
</dependencies>
@ -101,9 +101,6 @@
<exclude>**/Dockerfile</exclude>
<exclude>**/ehcache.xml</exclude>
<exclude>**/upgrade/</exclude>
<!-- exclude>**/config/</exclude>
<exclude>**/MSApplication.*</exclude>
<exclude>**/MSServletInitializer.*</exclude -->
<exclude>**/*.java</exclude>
</excludes>
</configuration>

View File

@ -244,9 +244,9 @@ textarea::-webkit-input-placeholder {
margin-left: 3px;
}
.ms-admin-logo > div span {
margin-top: -7px;
margin-top: -6px;
position: absolute;
margin-left: 6px;
margin-left: 10px;
font-size: 12px;
}
.ms-admin-logo .iconfont {
@ -282,7 +282,6 @@ textarea::-webkit-input-placeholder {
background-color: #0080FF;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.ms-admin-mstore .ms-admin-mstore-icon span {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -442,7 +442,7 @@
{
"icon_id": "1605988",
"name": "自定义",
"font_class": "zidingyi1",
"font_class": "zidingyiguanli",
"unicode": "e72d",
"unicode_decimal": 59181
},
@ -1314,6 +1314,13 @@
"unicode": "e704",
"unicode_decimal": 59140
},
{
"icon_id": "5891302",
"name": "内容管理",
"font_class": "neirongguanli",
"unicode": "e72f",
"unicode_decimal": 59183
},
{
"icon_id": "5959484",
"name": "更多",
@ -1391,6 +1398,13 @@
"unicode": "e670",
"unicode_decimal": 58992
},
{
"icon_id": "6405627",
"name": "系统管理",
"font_class": "xitongguanli",
"unicode": "e730",
"unicode_decimal": 59184
},
{
"icon_id": "6616510",
"name": "步进器",
@ -1902,6 +1916,13 @@
"unicode": "e716",
"unicode_decimal": 59158
},
{
"icon_id": "8964972",
"name": "会员中心",
"font_class": "huiyuanzhongxin",
"unicode": "e733",
"unicode_decimal": 59187
},
{
"icon_id": "8987629",
"name": "搜索框",
@ -1993,6 +2014,13 @@
"unicode": "e708",
"unicode_decimal": 59144
},
{
"icon_id": "9535007",
"name": "权限管理",
"font_class": "quanxianguanli",
"unicode": "e735",
"unicode_decimal": 59189
},
{
"icon_id": "9539052",
"name": "二维码登录",
@ -2021,6 +2049,13 @@
"unicode": "e61d",
"unicode_decimal": 58909
},
{
"icon_id": "9575138",
"name": "移交 转交",
"font_class": "yijiaozhuanjiao",
"unicode": "e72e",
"unicode_decimal": 59182
},
{
"icon_id": "9616083",
"name": "缩小",

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 676 KiB

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB