Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
919ed249
Commit
919ed249
authored
Feb 03, 2023
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面对齐
parent
272e7779
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
Lesson.vue
...ws/educationPlanExam/lessonsProgram/components/Lesson.vue
+6
-2
index.vue
...-web/src/views/educationPlanExam/lessonsProgram/index.vue
+1
-1
index.vue
...anage-web/src/views/educationPlanExam/textPaper/index.vue
+1
-1
No files found.
danger-manage-web/src/views/educationPlanExam/lessonsProgram/components/Lesson.vue
View file @
919ed249
...
...
@@ -17,7 +17,7 @@
>
<div
class=
"top flex"
>
<el-form-item
label=
"课程标题"
prop=
"courseName"
>
<el-input
style=
"width:
400
px"
v-model=
"form.courseName"
:disabled=
"checkLock"
></el-input>
<el-input
style=
"width:
568
px"
v-model=
"form.courseName"
:disabled=
"checkLock"
></el-input>
</el-form-item>
<!--
<el-form-item
label=
"培训计划"
prop=
"courseType"
>
-->
...
...
@@ -44,6 +44,7 @@
clearable
size=
"small"
:disabled=
"checkLock"
style=
"width:215px"
>
<el-option
v-for=
"course in courseOptions"
...
...
@@ -59,12 +60,15 @@
style=
"margin-left: 55px"
>
<el-input
style=
"width:
22
0px"
style=
"width:
18
0px"
placeholder=
"分钟"
type=
"number"
v-model=
"form.duration"
:disabled=
"checkLock"
></el-input>
<el-label>
(分钟)
</el-label>
</el-form-item>
</div>
<div
class=
"flex"
>
...
...
danger-manage-web/src/views/educationPlanExam/lessonsProgram/index.vue
View file @
919ed249
...
...
@@ -592,7 +592,7 @@ export default {
width
:
100
%
;
}
::
v
-
deep
.
el
-
dialog
{
margin
-
top
:
1
5
vh
!
important
;
margin
-
top
:
1
0
vh
!
important
;
}
.
detail
{
// position: absolute;
...
...
danger-manage-web/src/views/educationPlanExam/textPaper/index.vue
View file @
919ed249
...
...
@@ -500,7 +500,7 @@ export default {
width
:
100
%
;
}
::
v
-
deep
.
el
-
dialog
{
margin
-
top
:
1
5
vh
!
important
;
margin
-
top
:
1
0
vh
!
important
;
}
.
detail
{
// position: absolute;
...
...
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