Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
aca1933f
Commit
aca1933f
authored
Dec 13, 2019
by
tianbj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
栏目
parent
08c4593c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
74 additions
and
36 deletions
+74
-36
form.ftl
src/main/webapp/WEB-INF/manager/cms/category/form.ftl
+5
-1
index.css
src/main/webapp/static/ms-admin/4.7.2/css/index.css
+32
-35
theme.css
src/main/webapp/static/ms-admin/4.7.2/css/theme.css
+37
-0
No files found.
src/main/webapp/WEB-INF/manager/cms/category/form.ftl
View file @
aca1933f
...
@@ -238,7 +238,11 @@
...
@@ -238,7 +238,11 @@
that
.
saveDisabled
=
true
;
that
.
saveDisabled
=
true
;
var
data
=
JSON
.
parse
(
JSON
.
stringify
(
that
.
form
));
var
data
=
JSON
.
parse
(
JSON
.
stringify
(
that
.
form
));
if
(
data
.
id
&&
data
.
id
==
data
.
categoryId
){
if
(
data
.
id
&&
data
.
id
==
data
.
categoryId
){
that
.
$message
.
error
(
'所属栏目不能为自身'
)
that
.
$notify
({
title
:
'提示'
,
message
:
'所属栏目不能为自身'
,
type
:
'error'
});
that
.
saveDisabled
=
false
;
that
.
saveDisabled
=
false
;
return
return
}
}
...
...
src/main/webapp/static/ms-admin/4.7.2/css/index.css
View file @
aca1933f
...
@@ -131,10 +131,6 @@ textarea::-webkit-input-placeholder {
...
@@ -131,10 +131,6 @@ textarea::-webkit-input-placeholder {
.ms-header-select
>
.el-select
:nth-of-type
(
2
)
{
.ms-header-select
>
.el-select
:nth-of-type
(
2
)
{
margin
:
0
10px
;
margin
:
0
10px
;
}
}
.el-submenu
.el-menu-item.is-active
{
border-radius
:
4px
;
opacity
:
1.0
;
}
.el-card
,
.el-card
,
.el-message
{
.el-message
{
border-radius
:
0
!important
;
border-radius
:
0
!important
;
...
@@ -247,7 +243,6 @@ textarea::-webkit-input-placeholder {
...
@@ -247,7 +243,6 @@ textarea::-webkit-input-placeholder {
position
:
absolute
;
position
:
absolute
;
margin-left
:
10px
;
margin-left
:
10px
;
font-size
:
12px
;
font-size
:
12px
;
color
:
rgba
(
0
,
153
,
255
,
1
);
}
}
.ms-admin-logo
.iconfont
{
.ms-admin-logo
.iconfont
{
...
@@ -286,6 +281,7 @@ textarea::-webkit-input-placeholder {
...
@@ -286,6 +281,7 @@ textarea::-webkit-input-placeholder {
background-color
:
#0080FF
;
background-color
:
#0080FF
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.ms-admin-mstore
.ms-admin-mstore-icon
span
{
.ms-admin-mstore
.ms-admin-mstore-icon
span
{
...
@@ -477,40 +473,40 @@ textarea::-webkit-input-placeholder {
...
@@ -477,40 +473,40 @@ textarea::-webkit-input-placeholder {
border
:
none
!important
;
border
:
none
!important
;
}
}
@keyframes
rubberBand
{
@keyframes
rubberBand
{
0
{
0
{
-webkit-transform
:
scale3d
(
1
,
1
,
1
);
-webkit-transform
:
scale3d
(
1
,
1
,
1
);
transform
:
scale3d
(
1
,
1
,
1
);
transform
:
scale3d
(
1
,
1
,
1
);
}
}
10
%
{
10
%
{
-webkit-transform
:
scale3d
(
1.25
,
0.75
,
1
);
-webkit-transform
:
scale3d
(
1.25
,
0.75
,
1
);
transform
:
scale3d
(
1.25
,
0.75
,
1
);
transform
:
scale3d
(
1.25
,
0.75
,
1
);
}
}
20
%
{
20
%
{
-webkit-transform
:
scale3d
(
0.75
,
1.25
,
1
);
-webkit-transform
:
scale3d
(
0.75
,
1.25
,
1
);
transform
:
scale3d
(
0.75
,
1.25
,
1
);
transform
:
scale3d
(
0.75
,
1.25
,
1
);
}
}
30
%
{
30
%
{
-webkit-transform
:
scale3d
(
1.15
,
0.85
,
1
);
-webkit-transform
:
scale3d
(
1.15
,
0.85
,
1
);
transform
:
scale3d
(
1.15
,
0.85
,
1
);
transform
:
scale3d
(
1.15
,
0.85
,
1
);
}
}
40
%
{
40
%
{
-webkit-transform
:
scale3d
(
0.95
,
1.05
,
1
);
-webkit-transform
:
scale3d
(
0.95
,
1.05
,
1
);
transform
:
scale3d
(
0.95
,
1.05
,
1
);
transform
:
scale3d
(
0.95
,
1.05
,
1
);
}
}
50
%
{
50
%
{
-webkit-transform
:
scale3d
(
1.05
,
0.95
,
1
);
-webkit-transform
:
scale3d
(
1.05
,
0.95
,
1
);
transform
:
scale3d
(
1.05
,
0.95
,
1
);
transform
:
scale3d
(
1.05
,
0.95
,
1
);
}
}
51
%
{
51
%
{
-webkit-transform
:
scale3d
(
1
,
1
,
1
);
-webkit-transform
:
scale3d
(
1
,
1
,
1
);
transform
:
scale3d
(
1
,
1
,
1
);
transform
:
scale3d
(
1
,
1
,
1
);
}
}
}
}
.el-scrollbar__wrap
{
overflow-x
:
hidden
;}
.el-scrollbar__wrap
{
overflow-x
:
hidden
;}
.el-scrollbar
{
.el-scrollbar
{
position
:
static
;
position
:
static
;
}
}
[
v-cloak
]
{
[
v-cloak
]
{
display
:
none
;
display
:
none
;
}
}
\ No newline at end of file
src/main/webapp/static/ms-admin/4.7.2/css/theme.css
0 → 100644
View file @
aca1933f
/*浅色系*/
.ms-theme-light
.ms-admin-logo
>
div
span
{
color
:
#0080FF
;
}
.ms-theme-light
.el-menu-vertical-demo
,
.ms-theme-light
.el-menu-vertical-demo
.el-menu
,
.ms-theme-light.ms-admin-menu-aside-submenu
*
{
background
:
#0080FF
;
}
.ms-theme-light
.el-submenu
.el-menu-item.is-active
,
.ms-theme-light.ms-admin-menu-aside-submenu
.el-menu-item.is-active
{
background-color
:
rgba
(
255
,
255
,
255
,
0.3
)
!important
;
}
.ms-theme-light
.ms-admin-menu-aside
.el-submenu__title
:hover
,
.ms-theme-light
.ms-admin-menu-aside
.el-menu-item
:hover
,
.ms-theme-light.ms-admin-menu-aside-submenu
.el-menu-item
:hover
{
background-color
:
rgba
(
255
,
255
,
255
,
0.3
)
!important
;
}
/*深色系*/
.ms-theme-dark
.ms-admin-logo
>
div
span
{
color
:
rgba
(
56
,
58
,
63
,
1
);
}
.ms-theme-dark
.el-menu-vertical-demo
,
.ms-theme-dark
.el-menu-vertical-demo
.el-menu
,
.ms-theme-dark.ms-admin-menu-aside-submenu
*
{
background
:
rgba
(
56
,
58
,
63
,
1
);
}
.ms-theme-dark
.el-submenu
.el-menu-item.is-active
,
.ms-theme-dark.ms-admin-menu-aside-submenu
.el-menu-item.is-active
{
background-color
:
#0080FF
!important
;
}
.ms-theme-dark
.ms-admin-menu-aside
.el-submenu__title
:hover
,
.ms-theme-dark
.ms-admin-menu-aside
.el-menu-item
:hover
,
.ms-theme-dark.ms-admin-menu-aside-submenu
.el-menu-item
:hover
{
background-color
:
#0080FF
!important
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment