Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
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
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
张伯涛
NLT-e-cigarette
Commits
d0b842c4
Commit
d0b842c4
authored
Jul 01, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a578d76d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
14 deletions
+14
-14
appManage.vue
src/views/mobileIntegrated/appManage.vue
+3
-3
index.vue
src/views/system/dept/index.vue
+2
-2
data.vue
src/views/system/dict/data.vue
+2
-2
index.vue
src/views/system/menu/index.vue
+2
-2
index.vue
src/views/system/role/index.vue
+2
-2
index.vue
src/views/system/user/index.vue
+3
-3
No files found.
src/views/mobileIntegrated/appManage.vue
View file @
d0b842c4
...
...
@@ -643,9 +643,9 @@ export default {
line-height: 20px;
margin-left: 15px
}
.el-switch{
margin-left: 15px;
}
//
.el-switch{
//
margin-left: 15px;
//
}
}
.viewer-prev,
.viewer-play,
...
...
src/views/system/dept/index.vue
View file @
d0b842c4
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container
-dept
"
>
<div
class=
"deptSearch"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"部门名称"
prop=
"deptName"
>
...
...
@@ -565,7 +565,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
>
.app-container
{
.app-container
-dept
{
.deptSearch
{
padding-left
:
10px
;
.el-form-item--small
.el-form-item__label
{
...
...
src/views/system/dict/data.vue
View file @
d0b842c4
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container
-dictData
"
>
<div
class=
"dataSearch"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
style=
"width: 100%"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"字典名称"
prop=
"dictType"
>
...
...
@@ -530,7 +530,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
>
.app-container
{
.app-container
-dictData
{
font-size
:
18px
;
padding
:
0
;
.dataSearch
{
...
...
src/views/system/menu/index.vue
View file @
d0b842c4
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container
-menu
"
>
<div
class=
"menuSearch"
>
<el-form
style=
"padding: 0 0 0 10px"
:inline=
"true"
>
<el-form-item
label=
"菜单名称"
>
...
...
@@ -649,7 +649,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
>
.app-container
{
.app-container
-menu
{
font-size
:
18px
;
padding
:
0
;
.menuSearch
{
...
...
src/views/system/role/index.vue
View file @
d0b842c4
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container
-role
"
>
<div
class=
"roleSearch"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"角色名称"
prop=
"roleName"
>
...
...
@@ -790,7 +790,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
>
.app-container
{
.app-container
-role
{
font-size
:
18px
;
padding
:
0
;
.roleSearch
{
...
...
src/views/system/user/index.vue
View file @
d0b842c4
<
template
>
<div
class=
"
user-manage
"
>
<div
class=
"
app-container-user
"
>
<div
class=
"userSearch"
style=
"border-bottom: 14px solid #f4f4f4"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
class=
"formClass"
:model=
"queryParams"
:inline=
"true"
label-width=
"auto"
>
<!--
<el-form-item
label=
"用户类型"
prop=
"name"
class=
"noMargin"
>
-->
...
...
@@ -1290,7 +1290,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.
user-manage
{
.
app-container-user
{
font-size
:
18px
;
.placeholder
{
height
:
14px
;
...
...
@@ -1305,7 +1305,7 @@ export default {
}
</
style
>
<
style
lang=
"scss"
>
.
user-manage
{
.
app-container-user
{
.userSearch
{
.el-form-item--small
.el-form-item__label
{
line-height
:
17px
;
...
...
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