明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
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
Administrator
jt_front
Commits
44a1a26c
Commit
44a1a26c
authored
Dec 11, 2025
by
yangyajing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify style
parent
e91f1040
Pipeline
#104491
passed with stage
in 13 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
14 deletions
+5
-14
style.css
src/style.css
+0
-4
departManage.vue
src/views/systemManage/departManage.vue
+1
-7
menuManage.vue
src/views/systemManage/menuManage.vue
+4
-3
No files found.
src/style.css
View file @
44a1a26c
...
@@ -38,10 +38,6 @@ html, body {
...
@@ -38,10 +38,6 @@ html, body {
border-radius
:
2px
;
border-radius
:
2px
;
}
}
::-webkit-scrollbar-thumb:hover
{
background
:
#a8a8a8
;
}
/* 确保地图容器不产生滚动条 */
/* 确保地图容器不产生滚动条 */
.map-container
{
.map-container
{
width
:
100%
;
width
:
100%
;
...
...
src/views/systemManage/departManage.vue
View file @
44a1a26c
...
@@ -2,14 +2,8 @@
...
@@ -2,14 +2,8 @@
<div
class=
"depart-manage"
v-loading=
"loading"
>
<div
class=
"depart-manage"
v-loading=
"loading"
>
<div
class=
"search-origin"
>
<div
class=
"search-origin"
>
<div
class=
"origin-title"
>
<div
class=
"origin-title"
>
<h3>
部门管理
</h3>
<h4>
部门
</h4>
<!--
<span
@
click=
"handleAdd('parent')"
>
+
新增组织
</span>
-->
</div>
</div>
<el-input
placeholder=
"请输入部门名称"
clearable
>
<template
#
prefix
>
<el-icon><search
/></el-icon>
</
template
>
</el-input>
<div
class=
"tree-content"
>
<div
class=
"tree-content"
>
<span
class=
"filterRow"
>
<span
class=
"filterRow"
>
<el-dropdown>
<el-dropdown>
...
...
src/views/systemManage/menuManage.vue
View file @
44a1a26c
<
template
>
<
template
>
<div
class=
"
user
-manage"
v-loading=
"loading"
>
<div
class=
"
menu
-manage"
v-loading=
"loading"
>
<div
class=
"table-container"
>
<div
class=
"
manage-content
table-container"
>
<common-table
<common-table
:data=
"tableData"
:data=
"tableData"
:columns=
"tableColumns"
:columns=
"tableColumns"
...
@@ -188,7 +188,8 @@ onMounted(() => {
...
@@ -188,7 +188,8 @@ onMounted(() => {
</
script
>
</
script
>
<
style
scoped
lang=
"less"
>
<
style
scoped
lang=
"less"
>
.user-manage {
@import "@/styles/manage.less";
.menu-manage {
padding: 20px;
padding: 20px;
background: rgba(157, 188, 218, 0.1);
background: rgba(157, 188, 218, 0.1);
height: 100%;
height: 100%;
...
...
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