Commit 2ac5f55e authored by zhengke's avatar zhengke

1

parent fb7c43d9
<style>
.TimeLineDiv {
margin-top: 20px;
overflow: auto;
height: 620px;
flex: 1;
height: 100%;
padding-right: 20px;
}
</style>
<template>
<div>
<div style="display:flex;flex:1;flex-direction: column;overflow:hidden;">
......
......@@ -32,7 +32,7 @@
<q-tab name="3" label="订单" />
<q-tab name="4" label="合同" />
</q-tabs>
<div style="flex:1;overflow:auto" >
<div class="operate_Content" style="flex:1;" >
<div class="detail_Main">
<div class="tripTypeContent" style="flex-shrink:0" v-if="ckedTab==2">
<div v-for="(qItem,qIndex) in visitList" :key="qIndex"
......@@ -100,7 +100,7 @@
data() {
return {
persistent: true,
ckedTab: 1,
ckedTab: '1',
secondType:1,
visitList:[{
Name:'到访',
......@@ -315,13 +315,6 @@
border-radius: 5px;
}
.q-textarea .q-field__native {
padding-top: 0;
}
.editer_input .q-field__native {
height: 50px;
}
.detail_first {
margin: 0 22px;
......@@ -336,39 +329,8 @@
width: 100%;
height: 100%;
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{
width:100%;
height:100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment