Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Guten-PigxUI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
黄卓然
Guten-PigxUI
Commits
9f0d1778
Commit
9f0d1778
authored
Dec 09, 2018
by
冷冷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
Fixing a bug. info error fix
parent
cbe0ff1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
element-ui.scss
src/styles/element-ui.scss
+5
-1
index.vue
src/views/admin/menu/index.vue
+2
-2
info.vue
src/views/admin/user/info.vue
+0
-3
No files found.
src/styles/element-ui.scss
View file @
9f0d1778
...
...
@@ -58,4 +58,8 @@
.el-main
{
padding
:
0
!
important
;
}
\ No newline at end of file
}
.el-collapse-item__header
{
text-align
:
center
;
display
:
block
;
}
src/views/admin/menu/index.vue
View file @
9f0d1778
...
...
@@ -127,8 +127,8 @@
:disabled=
"formEdit"
active-color=
"#13ce66"
inactive-color=
"#ff4949"
:active-value=
'"
0
"'
:inactive-value=
'"
1
"'
>
:active-value=
'"
1
"'
:inactive-value=
'"
0
"'
>
</el-switch>
</el-form-item>
<el-form-item
v-if=
"formStatus == 'update'"
>
...
...
src/views/admin/user/info.vue
View file @
9f0d1778
...
...
@@ -78,9 +78,6 @@
import
request
from
'@/router/axios'
export
default
{
components
:
{
ElFormItem
},
data
()
{
var
validatePass
=
(
rule
,
value
,
callback
)
=>
{
if
(
this
.
ruleForm2
.
password
!==
''
)
{
...
...
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