Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
2ac5f55e
Commit
2ac5f55e
authored
Dec 09, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fb7c43d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
50 deletions
+2
-50
student-record.vue
src/components/school/student/student-record.vue
+0
-10
studentRight-form.vue
src/components/school/student/studentRight-form.vue
+2
-40
No files found.
src/components/school/student/student-record.vue
View file @
2ac5f55e
<
style
>
.TimeLineDiv
{
margin-top
:
20px
;
overflow
:
auto
;
height
:
620px
;
flex
:
1
;
height
:
100%
;
padding-right
:
20px
;
}
</
style
>
<
template
>
<
template
>
<div>
<div>
<div
style=
"display:flex;flex:1;flex-direction: column;overflow:hidden;"
>
<div
style=
"display:flex;flex:1;flex-direction: column;overflow:hidden;"
>
...
...
src/components/school/student/studentRight-form.vue
View file @
2ac5f55e
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<q-tab
name=
"3"
label=
"订单"
/>
<q-tab
name=
"3"
label=
"订单"
/>
<q-tab
name=
"4"
label=
"合同"
/>
<q-tab
name=
"4"
label=
"合同"
/>
</q-tabs>
</q-tabs>
<div
style=
"flex:1;overflow:auto
"
>
<div
class=
"operate_Content"
style=
"flex:1;
"
>
<div
class=
"detail_Main"
>
<div
class=
"detail_Main"
>
<div
class=
"tripTypeContent"
style=
"flex-shrink:0"
v-if=
"ckedTab==2"
>
<div
class=
"tripTypeContent"
style=
"flex-shrink:0"
v-if=
"ckedTab==2"
>
<div
v-for=
"(qItem,qIndex) in visitList"
:key=
"qIndex"
<div
v-for=
"(qItem,qIndex) in visitList"
:key=
"qIndex"
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
data
()
{
data
()
{
return
{
return
{
persistent
:
true
,
persistent
:
true
,
ckedTab
:
1
,
ckedTab
:
'1'
,
secondType
:
1
,
secondType
:
1
,
visitList
:[{
visitList
:[{
Name
:
'到访'
,
Name
:
'到访'
,
...
@@ -315,13 +315,6 @@
...
@@ -315,13 +315,6 @@
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.q-textarea
.q-field__native
{
padding-top
:
0
;
}
.editer_input
.q-field__native
{
height
:
50px
;
}
.detail_first
{
.detail_first
{
margin
:
0
22px
;
margin
:
0
22px
;
...
@@ -336,39 +329,8 @@
...
@@ -336,39 +329,8 @@
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
padding-top
:
10px
;
padding-top
:
10px
;
overflow
:
hidden
;
}
.img_box
{
margin-top
:
10px
;
.img
{
width
:
100px
;
height
:
100px
;
object-fit
:
cover
;
box-shadow
:
0px
10px
30px
0px
rgba
(
36
,
36
,
36
,
0.2
);
margin
:
5px
;
border-radius
:
10px
;
}
}
}
.file_box
{
margin-top
:
10px
;
.file_name
{
font-size
:
14px
;
color
:
#9696A6
;
margin
:
3px
0
;
.del_btn
{
margin-left
:
10px
;
padding-left
:
5px
;
border-left
:
1px
solid
var
(
--q-primary
);
color
:
var
(
--q-primary
);
cursor
:
pointer
;
}
}
}
.student_Name
{
.student_Name
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
...
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