Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
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
office
haoban-3
Commits
4fc12a0c
Commit
4fc12a0c
authored
Jun 15, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: UI调整
parent
d80f407a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
aside-menu.vue
src/components/layout/aside-menu.vue
+1
-0
app-visible-setting.vue
src/views/enterprise/app-visible-setting.vue
+3
-7
No files found.
src/components/layout/aside-menu.vue
View file @
4fc12a0c
...
@@ -62,6 +62,7 @@ export default {
...
@@ -62,6 +62,7 @@ export default {
z-index
:
1
;
z-index
:
1
;
transform
:
translate
(
0
,
-50%
);
transform
:
translate
(
0
,
-50%
);
font-size
:
16px
;
font-size
:
16px
;
color
:
#303133
;
}
}
}
}
.aside-menu-list-title
,
.aside-menu-list-title
,
...
...
src/views/enterprise/app-visible-setting.vue
View file @
4fc12a0c
<
template
>
<
template
>
<div
class=
"guide-setting"
>
<div
class=
"guide-setting"
>
<p
class=
"app-auth-tip"
>
设置导购可见应用
</p>
<p
class=
"app-auth-tip"
>
设置导购可见应用
</p>
<el-row>
<el-checkbox-group
v-model=
"settingData.checked"
>
<el-checkbox-group
v-model=
"settingData.checked"
>
<el-checkbox
v-for=
"el in allApps"
:key=
"el.applicationId"
:label=
"el.applicationId"
style=
"margin-left: 0"
>
{{
el
.
applicationName
}}
</el-checkbox>
<el-col
:span=
"3"
v-for=
"el in allApps"
:key=
"el.applicationId"
style=
"margin-bottom: 12px"
>
</el-checkbox-group>
<el-checkbox
:label=
"el.applicationId"
>
{{
el
.
applicationName
}}
</el-checkbox>
</el-col>
</el-checkbox-group>
</el-row>
<el-button
class=
"save-btn"
v-if=
"$getButtonLimit($buttonCode.saveAppsVisible)"
:limit-code=
"$buttonCode.saveAppsVisible"
:loading=
"loading"
type=
"primary"
@
click=
"onSave"
>
保存
</el-button>
<el-button
class=
"save-btn"
v-if=
"$getButtonLimit($buttonCode.saveAppsVisible)"
:limit-code=
"$buttonCode.saveAppsVisible"
:loading=
"loading"
type=
"primary"
@
click=
"onSave"
>
保存
</el-button>
</div>
</div>
</
template
>
</
template
>
...
...
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