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
60d7fc3a
Commit
60d7fc3a
authored
Dec 20, 2023
by
peijy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
教师基础信息样式修改
parent
b61b4650
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
ruoyi-ui/src/views/smartSchool/electronicArchives/basicInformation/index.vue
+10
-3
No files found.
ruoyi-ui/src/views/smartSchool/electronicArchives/basicInformation/index.vue
View file @
60d7fc3a
...
...
@@ -176,7 +176,7 @@
<
pagination
v
-
show
=
"total > 0"
:
total
=
"total"
:
page
.
sync
=
"queryParams.pageNum"
:
limit
.
sync
=
"queryParams.pageSize"
@
pagination
=
"getList"
/>
<!--
导入对话框
-->
<
el
-
dialog
:
title
=
"title"
:
visible
.
sync
=
"uploadOpen"
width
=
"520px"
append
-
to
-
body
inline
@
close
=
"cancel"
>
<
el
-
dialog
:
title
=
"title"
:
visible
.
sync
=
"uploadOpen"
width
=
"520px"
append
-
to
-
body
inline
@
close
=
"cancel"
>
<
el
-
form
ref
=
"uploadForm"
:
model
=
"uploadForm"
:
rules
=
"rules"
label
-
width
=
"70px"
>
<
el
-
form
-
item
prop
=
"dataUrl"
>
<
el
-
upload
ref
=
"upload"
:
limit
=
"1"
accept
=
".xlsx, .xls"
:
headers
=
"upload.headers"
...
...
@@ -201,7 +201,7 @@
<
/div
>
<
/el-dialog
>
<!--
添加对话框
-->
<
el
-
dialog
title
=
"详细信息"
:
visible
.
sync
=
"open"
width
=
"80%"
>
<
el
-
dialog
class
=
"addForm"
title
=
"详细信息"
:
visible
.
sync
=
"open"
width
=
"80%"
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"138px"
>
<
el
-
row
type
=
"flex"
justify
=
"space-between"
>
<
el
-
col
:
span
=
"16"
>
...
...
@@ -521,7 +521,7 @@
<
/div
>
<
/el-dialog
>
<!--
修改对话框
-->
<
el
-
dialog
title
=
"详细信息"
:
visible
.
sync
=
"look"
width
=
"80%"
append
-
to
-
body
>
<
el
-
dialog
class
=
"editForm"
title
=
"详细信息"
:
visible
.
sync
=
"look"
width
=
"80%"
append
-
to
-
body
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"138px"
>
<
el
-
row
type
=
"flex"
justify
=
"space-between"
>
<
el
-
col
:
span
=
"16"
>
...
...
@@ -1452,4 +1452,11 @@ export default {
.search ::v-deep .el-form-item__content{
width: 200px
}
.addForm ::v-deep .el-dialog__header,.editForm ::v-deep .el-dialog__header{
padding-bottom: 0px;
padding-top: 10px;
}
.addForm ::v-deep .el-dialog__footer,.editForm ::v-deep .el-dialog__footer{
padding-bottom: 10px;
}
</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