Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
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
wangqi
dd_school
Commits
87510886
Commit
87510886
authored
Dec 20, 2023
by
peijy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
教师基础信息样式修改
parent
f01d5e4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
ruoyi-ui/src/views/smartSchool/electronicArchives/basicInformation/index.vue
+15
-8
No files found.
ruoyi-ui/src/views/smartSchool/electronicArchives/basicInformation/index.vue
View file @
87510886
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-dialog
title=
"查询"
:visible
.
sync=
"query"
width=
"50%"
append-to-body
>
<el-dialog
title=
"查询"
:visible
.
sync=
"query"
width=
"50%"
append-to-body
>
<el-form
ref=
"queryParams"
:model=
"queryParams"
label-width=
"96px"
>
<el-form
ref=
"queryParams"
:model=
"queryParams"
label-width=
"96px"
class=
"search"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"任教学科"
prop=
"teachingSubject"
>
<el-form-item
label=
"任教学科"
prop=
"teachingSubject"
>
...
@@ -281,6 +281,7 @@
...
@@ -281,6 +281,7 @@
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
margin-bottom: 10px;
"
>
"
>
<
el
-
upload
v
-
loading
=
"uploadLoading"
class
=
"avatar-uploader"
action
=
"#"
accept
=
"image/*"
<
el
-
upload
v
-
loading
=
"uploadLoading"
class
=
"avatar-uploader"
action
=
"#"
accept
=
"image/*"
:
show
-
file
-
list
=
"false"
:
on
-
success
=
"handleAvatarSuccess"
:
show
-
file
-
list
=
"false"
:
on
-
success
=
"handleAvatarSuccess"
...
@@ -1427,22 +1428,28 @@ export default {
...
@@ -1427,22 +1428,28 @@ export default {
margin-bottom: -5px;
margin-bottom: -5px;
}
*/
}
*/
.custom-margin {
//
.custom-margin {
margin: -10px 0px;
//
margin: -10px 0px;
}
//
}
.custom-evenly {
//.custom-evenly {
margin-top: -40px !important;
// margin-top: -40px !important;
text-align: right !important;
// text-align: right !important;
//
}
::v-deep .el-form-item{
margin-bottom: 0px;
}
}
::v-deep .el-input--medium .el-input__inner {
::v-deep .el-input--medium .el-input__inner {
height: 26px;
height: 26px;
line-height: 26px;
line-height: 26px;
}
}
::v-deep .el-dialog__body{
::v-deep .el-dialog__body{
padding: 20px
padding:
10px
20px
}
}
::v-deep .el-dialog:not(.is-fullscreen) {
::v-deep .el-dialog:not(.is-fullscreen) {
margin-top: 4vh !important;
margin-top: 4vh !important;
}
}
.search ::v-deep .el-form-item__content{
width: 200px
}
</style>
</style>
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