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
28a62dac
Commit
28a62dac
authored
Aug 23, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改单据附件图片预览样式
parent
49a4def3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
4210 additions
and
3177 deletions
+4210
-3177
backbill-form.vue
src/components/sale/backbill-form.vue
+649
-526
backclass-form.vue
src/components/sale/backclass-form.vue
+494
-397
changebill-form.vue
src/components/sale/changebill-form.vue
+2
-2
continueclass-form.vue
src/components/sale/continueclass-form.vue
+538
-400
exambill-form.vue
src/components/sale/exambill-form.vue
+10
-15
leavebill-form.vue
src/components/sale/leavebill-form.vue
+10
-15
orderlist.vue
src/components/sale/orderlist.vue
+13
-4
ordertrans-form.vue
src/components/sale/ordertrans-form.vue
+8
-13
stopbill-form.vue
src/components/sale/stopbill-form.vue
+10
-15
temporaryClassbill-form.vue
src/components/sale/temporaryClassbill-form.vue
+10
-15
transferclass-form.vue
src/components/sale/transferclass-form.vue
+867
-673
zujuanbill-form.vue
src/components/sale/zujuanbill-form.vue
+10
-15
changeClassForm.vue
src/components/teacher/changeClassForm.vue
+1569
-1057
provisionalInviteForm.vue
src/components/teacher/provisionalInviteForm.vue
+10
-15
stopLessonForm.vue
src/components/teacher/stopLessonForm.vue
+10
-15
No files found.
src/components/sale/backbill-form.vue
View file @
28a62dac
This diff is collapsed.
Click to expand it.
src/components/sale/backclass-form.vue
View file @
28a62dac
This diff is collapsed.
Click to expand it.
src/components/sale/changebill-form.vue
View file @
28a62dac
...
@@ -767,8 +767,8 @@
...
@@ -767,8 +767,8 @@
<div
<div
style=
"
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
...
...
src/components/sale/continueclass-form.vue
View file @
28a62dac
This diff is collapsed.
Click to expand it.
src/components/sale/exambill-form.vue
View file @
28a62dac
...
@@ -440,28 +440,23 @@
...
@@ -440,28 +440,23 @@
<div
<div
style=
"
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
transform: translateY(-50%);
transform: translateY(-50%);
"
"
>
>
<el-carousel
<el-image
:initial-index=
"initialIndex"
style=
"width: 100%; height: 100%"
height=
"600px"
fit=
"cover"
:interval=
"5000"
v-for=
"(item, index) in picObj"
trigger=
"click"
:key=
"index"
:src=
"item"
:preview-src-list=
"picObj"
>
>
<el-carousel-item
</el-image>
style=
"height: 600px; overflow: auto"
v-for=
"(item, index) in picObj"
:key=
"index"
>
<img
:src=
"item"
style=
""
/>
</el-carousel-item>
</el-carousel>
</div>
</div>
</div>
</div>
</q-dialog>
</q-dialog>
...
...
src/components/sale/leavebill-form.vue
View file @
28a62dac
...
@@ -510,28 +510,23 @@
...
@@ -510,28 +510,23 @@
<div
<div
style=
"
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
transform: translateY(-50%);
transform: translateY(-50%);
"
"
>
>
<el-carousel
<el-image
:initial-index=
"initialIndex"
style=
"width: 100%; height: 100%"
height=
"600px"
fit=
"cover"
:interval=
"5000"
v-for=
"(item, index) in picObj"
trigger=
"click"
:key=
"index"
:src=
"item"
:preview-src-list=
"picObj"
>
>
<el-carousel-item
</el-image>
style=
"height: 600px; overflow: auto"
v-for=
"(item, index) in picObj"
:key=
"index"
>
<img
:src=
"item"
style=
""
/>
</el-carousel-item>
</el-carousel>
</div>
</div>
</div>
</div>
</q-dialog>
</q-dialog>
...
...
src/components/sale/orderlist.vue
View file @
28a62dac
...
@@ -886,18 +886,27 @@
...
@@ -886,18 +886,27 @@
<div
v-if=
"isShowContract"
class=
"_show_img_box"
@
click=
"(isShowContract = false), (imgViewList = [])"
>
<div
v-if=
"isShowContract"
class=
"_show_img_box"
@
click=
"(isShowContract = false), (imgViewList = [])"
>
<div
style=
"
<div
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
margin-top: -300px;
margin-top: -300px;
"
>
"
>
<el-carousel
:initial-index=
"initialIndex"
height=
"600px"
:interval=
"5000"
trigger=
"click"
>
<
!-- <
el-carousel :initial-index="initialIndex" height="600px" :interval="5000" trigger="click">
<el-carousel-item style="height: 600px; overflow: auto" v-for="(item, index) in imgViewList" :key="index">
<el-carousel-item style="height: 600px; overflow: auto" v-for="(item, index) in imgViewList" :key="index">
<img :src="item" style="" />
<img :src="item" style="" />
</el-carousel-item>
</el-carousel-item>
</el-carousel>
</el-carousel> -->
<el-image
style=
"width: 100%; height: 100%"
fit=
"cover"
v-for=
"(item, index) in imgViewList"
:key=
"index"
:src=
"item"
:preview-src-list=
"imgViewList"
>
</el-image>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/components/sale/ordertrans-form.vue
View file @
28a62dac
...
@@ -491,28 +491,23 @@
...
@@ -491,28 +491,23 @@
<div
<div
style=
"
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
transform: translateY(-50%);
transform: translateY(-50%);
"
"
>
>
<el-carousel
<el-image
:initial-index=
"initialIndex"
style=
"width: 100%; height: 100%"
height=
"600px"
fit=
"cover"
:interval=
"5000"
trigger=
"click"
>
<el-carousel-item
style=
"height: 600px; overflow: auto"
v-for=
"(item, index) in picObj"
v-for=
"(item, index) in picObj"
:key=
"index"
:key=
"index"
:src=
"item"
:preview-src-list=
"picObj"
>
>
<img
:src=
"item"
style=
""
/>
</el-image>
</el-carousel-item>
</el-carousel>
</div>
</div>
</div>
</div>
</q-dialog>
</q-dialog>
...
...
src/components/sale/stopbill-form.vue
View file @
28a62dac
...
@@ -610,28 +610,23 @@
...
@@ -610,28 +610,23 @@
<div
<div
style=
"
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
transform: translateY(-50%);
transform: translateY(-50%);
"
"
>
>
<el-carousel
<el-image
:initial-index=
"initialIndex"
style=
"width: 100%; height: 100%"
height=
"600px"
fit=
"cover"
:interval=
"5000"
v-for=
"(item, index) in picObj"
trigger=
"click"
:key=
"index"
:src=
"item"
:preview-src-list=
"picObj"
>
>
<el-carousel-item
</el-image>
style=
"height: 600px; overflow: auto"
v-for=
"(item, index) in picObj"
:key=
"index"
>
<img
:src=
"item"
style=
""
/>
</el-carousel-item>
</el-carousel>
</div>
</div>
</div>
</div>
</q-dialog>
</q-dialog>
...
...
src/components/sale/temporaryClassbill-form.vue
View file @
28a62dac
...
@@ -562,28 +562,23 @@
...
@@ -562,28 +562,23 @@
<div
<div
style=
"
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
transform: translateY(-50%);
transform: translateY(-50%);
"
"
>
>
<el-carousel
<el-image
:initial-index=
"initialIndex"
style=
"width: 100%; height: 100%"
height=
"600px"
fit=
"cover"
:interval=
"5000"
v-for=
"(item, index) in picObj"
trigger=
"click"
:key=
"index"
:src=
"item"
:preview-src-list=
"picObj"
>
>
<el-carousel-item
</el-image>
style=
"height: 600px; overflow: auto"
v-for=
"(item, index) in picObj"
:key=
"index"
>
<img
:src=
"item"
style=
""
/>
</el-carousel-item>
</el-carousel>
</div>
</div>
</div>
</div>
</q-dialog>
</q-dialog>
...
...
src/components/sale/transferclass-form.vue
View file @
28a62dac
This diff is collapsed.
Click to expand it.
src/components/sale/zujuanbill-form.vue
View file @
28a62dac
...
@@ -432,28 +432,23 @@
...
@@ -432,28 +432,23 @@
<div
<div
style=
"
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
transform: translateY(-50%);
transform: translateY(-50%);
"
"
>
>
<el-carousel
<el-image
:initial-index=
"initialIndex"
style=
"width: 100%; height: 100%"
height=
"600px"
fit=
"cover"
:interval=
"5000"
v-for=
"(item, index) in picObj"
trigger=
"click"
:key=
"index"
:src=
"item"
:preview-src-list=
"picObj"
>
>
<el-carousel-item
</el-image>
style=
"height: 600px; overflow: auto"
v-for=
"(item, index) in picObj"
:key=
"index"
>
<img
:src=
"item"
style=
""
/>
</el-carousel-item>
</el-carousel>
</div>
</div>
</div>
</div>
</q-dialog>
</q-dialog>
...
...
src/components/teacher/changeClassForm.vue
View file @
28a62dac
This diff is collapsed.
Click to expand it.
src/components/teacher/provisionalInviteForm.vue
View file @
28a62dac
...
@@ -420,28 +420,23 @@
...
@@ -420,28 +420,23 @@
<div
<div
style=
"
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
margin-top: -300px;
margin-top: -300px;
"
"
>
>
<el-carousel
<el-image
:initial-index=
"initialIndex"
style=
"width: 100%; height: 100%"
height=
"600px"
fit=
"cover"
:interval=
"5000"
v-for=
"(item, index) in picObj"
trigger=
"click"
:key=
"index"
:src=
"item"
:preview-src-list=
"picObj"
>
>
<el-carousel-item
</el-image>
style=
"height: 600px; overflow: auto"
v-for=
"(item, index) in picObj"
:key=
"index"
>
<img
:src=
"item"
style=
""
/>
</el-carousel-item>
</el-carousel>
</div>
</div>
</div>
</div>
</q-card>
</q-card>
...
...
src/components/teacher/stopLessonForm.vue
View file @
28a62dac
...
@@ -162,28 +162,23 @@
...
@@ -162,28 +162,23 @@
<div
<div
style=
"
style=
"
position: absolute;
position: absolute;
width: 800px;
max-
width: 800px;
height:
600px
;
height:
auto
;
left: 50%;
left: 50%;
top: 50%;
top: 50%;
margin-left: -400px;
margin-left: -400px;
margin-top: -300px;
margin-top: -300px;
"
"
>
>
<el-carousel
<el-image
:initial-index=
"initialIndex"
style=
"width: 100%; height: 100%"
height=
"600px"
fit=
"cover"
:interval=
"5000"
v-for=
"(item, index) in picObj"
trigger=
"click"
:key=
"index"
:src=
"item"
:preview-src-list=
"picObj"
>
>
<el-carousel-item
</el-image>
style=
"height: 600px; overflow: auto"
v-for=
"(item, index) in picObj"
:key=
"index"
>
<img
:src=
"item"
style=
""
/>
</el-carousel-item>
</el-carousel>
</div>
</div>
</div>
</div>
</q-card>
</q-card>
...
...
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