Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
12e97a4a
Commit
12e97a4a
authored
Aug 16, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:指派对象弹窗搜索接口联调
parent
0366c5b3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
173 additions
and
62 deletions
+173
-62
src/modules/task-center/train-task/modal/ChooseAssignorModal.jsx
+119
-60
src/modules/task-center/train-task/modal/ChooseAssignorModal.less
+54
-2
No files found.
src/modules/task-center/train-task/modal/ChooseAssignorModal.jsx
View file @
12e97a4a
This diff is collapsed.
Click to expand it.
src/modules/task-center/train-task/modal/ChooseAssignorModal.less
View file @
12e97a4a
...
@@ -5,8 +5,12 @@
...
@@ -5,8 +5,12 @@
.left-list {
.left-list {
width: 50%;
width: 50%;
margin-right: 24px;
margin-right: 24px;
padding:
0
0 12px 16px;
padding:
12px
0 12px 16px;
border: 1px solid #e8e8e8;
border: 1px solid #e8e8e8;
.ant-select-auto-complete .ant-select-clear {
font-size: 14px;
right: 15px;
}
.data-body {
.data-body {
.ant-tabs-nav {
.ant-tabs-nav {
margin: 0 !important;
margin: 0 !important;
...
@@ -18,7 +22,7 @@
...
@@ -18,7 +22,7 @@
.tree-con {
.tree-con {
overflow-y: scroll;
overflow-y: scroll;
overflow-x: hidden;
overflow-x: hidden;
max-height: 3
67
px;
max-height: 3
23
px;
padding-right: 16px;
padding-right: 16px;
.ant-tree .ant-tree-treenode {
.ant-tree .ant-tree-treenode {
padding: 12px 0 !important;
padding: 12px 0 !important;
...
@@ -102,3 +106,51 @@
...
@@ -102,3 +106,51 @@
}
}
}
}
}
}
.left-search-dropdown {
.catalog-title {
font-size: 14px;
color: #666;
margin-bottom: 14px;
}
.search-result-item {
padding: 14px 0;
color: #333;
.title-icon {
color: #999;
margin-right: 3px;
}
.search-result-item__left {
font-size: 14px;
}
.search-result-item__right {
font-size: 14px;
width: 84px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #999;
text-align: right;
}
}
.ant-select-dropdown-menu-item-group-title {
color: #666;
font-weight: bold;
}
.ant-select-item-option-grouped {
padding-left: 12px;
}
.ant-select-item-option-content {
padding-left: 24px;
}
.empty-con {
text-align: center;
.empty-img {
width: 150px;
height: 150px;
}
.empty-text {
color: #666;
}
}
}
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