Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
V
vue-quasar-admin-dev
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
吴超
vue-quasar-admin-dev
Commits
04cba6e2
Commit
04cba6e2
authored
Dec 25, 2025
by
周海峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
1ef65f87
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
18 行增加
和
7 行删除
+18
-7
src/components/organization-ant.vue
+16
-5
src/pages/permission/roleuser.vue
+2
-2
没有找到文件。
src/components/organization-ant.vue
View file @
04cba6e2
...
@@ -284,9 +284,6 @@
...
@@ -284,9 +284,6 @@
this
.
searchOptions
=
[];
this
.
searchOptions
=
[];
this
.
showSearchMenu
=
false
;
this
.
showSearchMenu
=
false
;
}
}
// 调用原有的搜索高亮逻辑
// this.onChange(value);
},
},
// 手动搜索
// 手动搜索
...
@@ -478,6 +475,8 @@
...
@@ -478,6 +475,8 @@
}
}
.search-input
{
.search-input
{
padding-top
:
10px
;
padding-left
:
5px
;
border-radius
:
4px
!important
;
border-radius
:
4px
!important
;
background
:
linear-gradient
(
135deg
,
#f8f9fa
0%
,
#ffffff
100%
);
background
:
linear-gradient
(
135deg
,
#f8f9fa
0%
,
#ffffff
100%
);
/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
...
@@ -506,8 +505,20 @@
...
@@ -506,8 +505,20 @@
}
}
.search-input
>>>
.q-field__native
{
.search-input
>>>
.q-field__native
{
font-size
:
5px
;
font-size
:
14px
;
font-weight
:
200
;
font-weight
:
400
;
padding-left
:
12px
!important
;
padding-top
:
2px
!important
;
padding-bottom
:
2px
!important
;
}
.search-input
>>>
.q-field__native
::placeholder
{
font-size
:
14px
;
color
:
#999
;
position
:
relative
;
left
:
0px
;
top
:
0px
;
transform
:
none
;
}
}
.search-icon
{
.search-icon
{
...
...
src/pages/permission/roleuser.vue
View file @
04cba6e2
...
@@ -39,10 +39,10 @@
...
@@ -39,10 +39,10 @@
<div
class=
" row q-mb-lg q-ml-lg q-mr-lg"
>
<div
class=
" row q-mb-lg q-ml-lg q-mr-lg"
>
<div
class=
"col-2 q-ml-lg"
style=
"height:80vh;overflow:auto;"
>
<div
class=
"col-2 q-ml-lg"
style=
"height:80vh;overflow:auto;"
>
</div>
</div>
<div
class=
"col-4 q-mt-lg"
style=
"height:80vh;overflow:auto;
background-color: cornsilk;
"
>
<div
class=
"col-4 q-mt-lg"
style=
"height:80vh;overflow:auto;"
>
<organizationAnt
v-model=
"orgList"
@
staffNode=
"staffNode"
/>
<organizationAnt
v-model=
"orgList"
@
staffNode=
"staffNode"
/>
</div>
</div>
<div
class=
"col-4 q-mt-lg"
style=
"height:80vh;overflow:auto;
background-color: cornsilk;
"
>
<div
class=
"col-4 q-mt-lg"
style=
"height:80vh;overflow:auto;"
>
<div
class=
"q-mb-lg q-mt-lg"
>
<div
class=
"q-mb-lg q-mt-lg"
>
显示已选择的成员,共{{selectStaff.length}}人
显示已选择的成员,共{{selectStaff.length}}人
</div>
</div>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论