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
a9bf9b7f
Commit
a9bf9b7f
authored
May 08, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复列表
parent
18bcb4fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
src/core/global.less
+0
-1
src/modules/store-manage/EmployeeAddOrEditModal.less
+1
-1
src/modules/store-manage/EmployeeAddOrEditModal.tsx
+1
-1
No files found.
src/core/global.less
View file @
a9bf9b7f
...
@@ -1305,7 +1305,6 @@ input:focus {
...
@@ -1305,7 +1305,6 @@ input:focus {
.ant-modal-content {
.ant-modal-content {
.ant-modal-body {
.ant-modal-body {
min-height: 130px;
min-height: 130px;
max-height: 600px;
overflow: auto;
overflow: auto;
// padding-top:0px!important;
// padding-top:0px!important;
.xm-page-control {
.xm-page-control {
...
...
src/modules/store-manage/EmployeeAddOrEditModal.less
View file @
a9bf9b7f
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
color: #999;
color: #999;
line-height: 20px;
line-height: 20px;
white-space: nowrap;
white-space: nowrap;
margin
-bottom: 12
px;
margin
: 6px 0 16
px;
}
}
.avatar-box {
.avatar-box {
text-align: center;
text-align: center;
...
...
src/modules/store-manage/EmployeeAddOrEditModal.tsx
View file @
a9bf9b7f
...
@@ -210,7 +210,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) {
...
@@ -210,7 +210,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) {
maskClosable=
{
false
}
maskClosable=
{
false
}
closeIcon=
{
<
span
className=
"icon iconfont modal-close-icon"
>

</
span
>
}
closeIcon=
{
<
span
className=
"icon iconfont modal-close-icon"
>

</
span
>
}
>
>
<
Row
>
<
Row
style=
{
{
height
:
271
}
}
>
<
Col
span=
{
18
}
>
<
Col
span=
{
18
}
>
<
Form
<
Form
{
...
layout
}
{
...
layout
}
...
...
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