|
@@ -60,25 +60,44 @@
|
60
|
60
|
:visible.sync="dialogVisible"
|
61
|
61
|
width="550px"
|
62
|
62
|
:before-close="handleClose">
|
63
|
|
- <el-form ref="rotationform" :model="rotationform" label-width="90px" rules="rules" >
|
64
|
|
- <el-form-item label="模块标题: " required prop="title">
|
|
63
|
+ <el-form ref="rotationform" :model="rotationform" label-width="90px" :rules="rules" >
|
|
64
|
+ <el-form-item label="模块标题:" required prop="title">
|
65
|
65
|
<el-input v-model="rotationform.title"></el-input>
|
66
|
66
|
</el-form-item>
|
67
|
|
- <el-form-item label="排序值: " required prop="sort">
|
|
67
|
+ <el-form-item label="排序值:" required prop="sort">
|
68
|
68
|
<el-input v-model="rotationform.sort"></el-input>
|
69
|
69
|
<p class="tips">请输入1-99的整数,数值越小,模块排序越靠前</p>
|
70
|
70
|
</el-form-item>
|
71
|
|
- <el-form-item label="添加图片: " v-model="rotationform.rotationImages" required prop="rotationImages">
|
72
|
|
- <el-upload
|
73
|
|
- limit="2"
|
|
71
|
+ <el-form-item label="添加图片:" v-model="rotationform.rotationImages" required prop="rotationImages">
|
|
72
|
+ <el-upload
|
74
|
73
|
:data="rotationData"
|
75
|
74
|
action="https://upload.qiniup.com"
|
76
|
75
|
list-type="picture-card"
|
77
|
|
- :on-success="RotationchartSuccess"
|
78
|
|
- :before-upload="beforeRotationUpload"
|
79
|
|
- :file-list="filelist">
|
80
|
|
- <i class="el-icon-plus"></i>
|
81
|
|
- </el-upload>
|
|
76
|
+ :on-success="RotationchartSuccess"
|
|
77
|
+ :before-upload="beforeRotationUpload"
|
|
78
|
+ >
|
|
79
|
+ <i slot="default" class="el-icon-plus"></i>
|
|
80
|
+ <div slot="file" slot-scope="{file}">
|
|
81
|
+ <img
|
|
82
|
+ class="el-upload-list__item-thumbnail"
|
|
83
|
+ :src="file.url"
|
|
84
|
+ >
|
|
85
|
+ <span class="el-upload-list__item-actions">
|
|
86
|
+ <span
|
|
87
|
+ v-if="!disabled"
|
|
88
|
+ class="el-upload-list__item-delete"
|
|
89
|
+ >
|
|
90
|
+ <i class="el-icon-edit-outline" @click="rotationEditImages()"></i>
|
|
91
|
+ </span>
|
|
92
|
+ <span
|
|
93
|
+ v-if="!disabled"
|
|
94
|
+ class="el-upload-list__item-delete"
|
|
95
|
+ >
|
|
96
|
+ <i class="el-icon-delete"></i>
|
|
97
|
+ </span>
|
|
98
|
+ </span>
|
|
99
|
+ </div>
|
|
100
|
+ </el-upload>
|
82
|
101
|
</el-form-item>
|
83
|
102
|
<span class="uploadfont">图片已上传0张,最多上传9张图片</span>
|
84
|
103
|
</el-form>
|
|
@@ -92,8 +111,11 @@
|
92
|
111
|
<el-dialog
|
93
|
112
|
title="新增医院介绍"
|
94
|
113
|
:visible.sync="two"
|
95
|
|
- width="550px"
|
96
|
|
- :before-close="handleClose">
|
|
114
|
+ width="50%"
|
|
115
|
+ :before-close="handleClose"
|
|
116
|
+ :modal='false'
|
|
117
|
+ v-dialogDrag
|
|
118
|
+ :close-on-click-modal="false">
|
97
|
119
|
<el-form ref="hispitalform" :model="hispitalform" label-width="90px" :rules="rules">
|
98
|
120
|
<el-form-item label="模块标题:" required prop="title">
|
99
|
121
|
<el-input v-model="hispitalform.title"></el-input>
|
|
@@ -103,12 +125,12 @@
|
103
|
125
|
<p class="tips">请输入1-99的整数,数值越小,模块排序越靠前</p>
|
104
|
126
|
</el-form-item>
|
105
|
127
|
<el-form-item label="医院介绍:" required prop="introduction">
|
106
|
|
- <el-input
|
107
|
|
- type="textarea"
|
108
|
|
- :rows="6"
|
109
|
|
- placeholder="请输入内容"
|
110
|
|
- v-model="hispitalform.introduction">
|
111
|
|
- </el-input>
|
|
128
|
+ <keep-alive v-show="editorshow">
|
|
129
|
+ <neditor ref="neditor"
|
|
130
|
+ id="editor"
|
|
131
|
+ v-bind:r_content="hispitalform.introduction">
|
|
132
|
+ </neditor>
|
|
133
|
+ </keep-alive>
|
112
|
134
|
</el-form-item>
|
113
|
135
|
</el-form>
|
114
|
136
|
<span slot="footer" class="dialog-footer">
|
|
@@ -121,7 +143,7 @@
|
121
|
143
|
<el-dialog
|
122
|
144
|
title="新增科室介绍"
|
123
|
145
|
:visible.sync="three"
|
124
|
|
- width="550px"
|
|
146
|
+ width="50%"
|
125
|
147
|
:before-close="handleClose">
|
126
|
148
|
<el-form ref="administform" :model="administform" label-width="90px" :rules="rules">
|
127
|
149
|
<el-form-item label="模块标题:" required prop="title">
|
|
@@ -132,12 +154,12 @@
|
132
|
154
|
<p class="tips">请输入1-99的整数,数值越小,模块排序越靠前</p>
|
133
|
155
|
</el-form-item>
|
134
|
156
|
<el-form-item label="科室介绍:" required prop="introduction">
|
135
|
|
- <el-input
|
136
|
|
- type="textarea"
|
137
|
|
- :rows="6"
|
138
|
|
- placeholder="请输入内容"
|
139
|
|
- v-model="administform.introduction">
|
140
|
|
- </el-input>
|
|
157
|
+ <keep-alive>
|
|
158
|
+ <neditor ref="neditor"
|
|
159
|
+ id="editor2"
|
|
160
|
+ v-bind:r_content="administform.introduction">
|
|
161
|
+ </neditor>
|
|
162
|
+ </keep-alive>
|
141
|
163
|
</el-form-item>
|
142
|
164
|
</el-form>
|
143
|
165
|
<span slot="footer" class="dialog-footer">
|
|
@@ -202,7 +224,7 @@
|
202
|
224
|
:visible.sync="five"
|
203
|
225
|
width="550px"
|
204
|
226
|
:before-close="handleClose">
|
205
|
|
- <el-form ref="keform" :model="keform" label-width="110px" rules="rules">
|
|
227
|
+ <el-form ref="keform" :model="keform" label-width="110px" :rules="rules">
|
206
|
228
|
<el-form-item label="模块标题: " required prop="title">
|
207
|
229
|
<el-input v-model="keform.title"></el-input>
|
208
|
230
|
</el-form-item>
|
|
@@ -210,37 +232,41 @@
|
210
|
232
|
<el-input v-model="keform.sort"></el-input>
|
211
|
233
|
<p class="tips">请输入1-99的整数,数值越小,模块排序越靠前</p>
|
212
|
234
|
</el-form-item>
|
213
|
|
- <el-form-item label="新增科室环境: " required prop="keimages">
|
214
|
|
- <div class="flex-img">
|
215
|
|
- <div class="el-upload-list el-upload-list--picture-card" v-show="keshow">
|
216
|
|
- <div class="el-upload-list__item is-success">
|
217
|
|
- <img class="flex-img__image" :src="keform.images">
|
218
|
|
- <label class="el-upload-list__item-status-label">
|
219
|
|
- <i class="el-icon-upload-success el-icon-check"></i>
|
220
|
|
- </label>
|
221
|
|
- <span class="el-upload-list__item-actions">
|
222
|
|
- <span class="el-upload-list__item-delete">
|
223
|
|
- <i class="el-icon-edit-outline" ></i>
|
224
|
|
- <i class="el-icon-delete"></i>
|
225
|
|
- </span>
|
226
|
|
- </span>
|
227
|
|
- </div>
|
228
|
|
- </div>
|
229
|
|
- <el-upload
|
230
|
|
- :data="keData"
|
231
|
|
- action="https://upload.qiniup.com"
|
232
|
|
- list-type="picture-card"
|
233
|
|
- :on-success="handleSuccess"
|
234
|
|
- :before-upload="beforehandleUpload"
|
235
|
|
- v-show="!keshow">
|
236
|
|
- <i class="el-icon-plus"></i>
|
237
|
|
- </el-upload>
|
238
|
|
- </div>
|
239
|
|
- </el-form-item>
|
|
235
|
+ <el-form-item label="新增科室环境:" required prop="keImages" v-model="keform.keImages">
|
|
236
|
+ <el-upload
|
|
237
|
+ :data="keData"
|
|
238
|
+ action="https://upload.qiniup.com"
|
|
239
|
+ list-type="picture-card"
|
|
240
|
+ :on-success="imageKeSuccess"
|
|
241
|
+ :before-upload="beforekeUpload"
|
|
242
|
+ >
|
|
243
|
+ <i slot="default" class="el-icon-plus"></i>
|
|
244
|
+ <div slot="file" slot-scope="{file}">
|
|
245
|
+ <img
|
|
246
|
+ class="el-upload-list__item-thumbnail"
|
|
247
|
+ :src="file.url"
|
|
248
|
+ >
|
|
249
|
+ <span class="el-upload-list__item-actions">
|
|
250
|
+ <span
|
|
251
|
+ v-if="!disabled"
|
|
252
|
+ class="el-upload-list__item-delete"
|
|
253
|
+ >
|
|
254
|
+ <i class="el-icon-edit-outline"></i>
|
|
255
|
+ </span>
|
|
256
|
+ <span
|
|
257
|
+ v-if="!disabled"
|
|
258
|
+ class="el-upload-list__item-delete"
|
|
259
|
+ >
|
|
260
|
+ <i class="el-icon-delete"></i>
|
|
261
|
+ </span>
|
|
262
|
+ </span>
|
|
263
|
+ </div>
|
|
264
|
+ </el-upload>
|
|
265
|
+ </el-form-item>
|
240
|
266
|
</el-form>
|
241
|
267
|
<span slot="footer" class="dialog-footer">
|
242
|
268
|
<el-button @click="five = false">取 消</el-button>
|
243
|
|
- <el-button type="primary" @click="five = false">确 定</el-button>
|
|
269
|
+ <el-button type="primary" @click="AddOfficeEnvironment('keform')">确 定</el-button>
|
244
|
270
|
</span>
|
245
|
271
|
</el-dialog>
|
246
|
272
|
<!-- 新增文章列表 -->
|
|
@@ -318,7 +344,6 @@
|
318
|
344
|
<el-upload
|
319
|
345
|
action="https://jsonplaceholder.typicode.com/posts/"
|
320
|
346
|
list-type="picture-card"
|
321
|
|
- :on-preview="handlePictureCardPreview"
|
322
|
347
|
:on-remove="handleRemove"
|
323
|
348
|
>
|
324
|
349
|
<i class="el-icon-plus"></i>
|
|
@@ -382,21 +407,61 @@
|
382
|
407
|
<el-button type="primary" @click="AddDoctorInfo('eidtDoctorform')">确 定</el-button>
|
383
|
408
|
</span>
|
384
|
409
|
</el-dialog>
|
|
410
|
+
|
|
411
|
+ <!-- 编辑图片 -->
|
|
412
|
+ <el-dialog
|
|
413
|
+ title="提示"
|
|
414
|
+ :visible.sync="dialogRotationVisible"
|
|
415
|
+ width="30%"
|
|
416
|
+ :before-close="handleClose"
|
|
417
|
+ center>
|
|
418
|
+ <div class="eidtRotationimages">
|
|
419
|
+ <img src="static/images/a.jpg" style="width:260px;height:200px">
|
|
420
|
+ </div>
|
|
421
|
+ <el-form label-width="90px" class="clearfix">
|
|
422
|
+ <el-form-item label="图片描述:">
|
|
423
|
+ <el-input></el-input>
|
|
424
|
+ </el-form-item>
|
|
425
|
+ <el-form-item label="图片链接:">
|
|
426
|
+ <el-radio-group v-model="radio">
|
|
427
|
+ <el-radio :label="3">无</el-radio>
|
|
428
|
+ <el-radio :label="6">自定义</el-radio>
|
|
429
|
+ </el-radio-group>
|
|
430
|
+ </el-form-item>
|
|
431
|
+ <el-form-item label="链接地址:">
|
|
432
|
+ <el-input style="width:320px"></el-input>
|
|
433
|
+ <el-button type="primary">链接地址</el-button>
|
|
434
|
+ </el-form-item>
|
|
435
|
+ </el-form>
|
|
436
|
+ <span slot="footer" class="dialog-footer">
|
|
437
|
+ <el-button @click="dialogRotationVisible = false">取 消</el-button>
|
|
438
|
+ <el-button type="primary" @click="dialogRotationVisible = false">确 定</el-button>
|
|
439
|
+ </span>
|
|
440
|
+ </el-dialog>
|
385
|
441
|
</div>
|
386
|
442
|
</template>
|
387
|
443
|
|
388
|
444
|
<script>
|
389
|
|
- import { saveHispital,addOffices,AddDoctor,AddDoctorInfo } from '@/api/site/site'
|
|
445
|
+ import { AddRotationChart, saveHispital,addOffices,AddDoctor,AddDoctorInfo,AddOfficeEnvironment } from '@/api/site/site'
|
390
|
446
|
import { getToken } from '@/api/qiniu'
|
391
|
447
|
import { getFileExtension} from '@/utils/tools'
|
392
|
448
|
import { isIP } from 'net';
|
|
449
|
+ import { quillEditor } from 'vue-quill-editor'
|
|
450
|
+ import Neditor from '@/components/Neditor'
|
|
451
|
+ import 'quill/dist/quill.core.css'
|
|
452
|
+ import 'quill/dist/quill.snow.css'
|
|
453
|
+ import 'quill/dist/quill.bubble.css'
|
393
|
454
|
export default {
|
394
|
455
|
name: "newfeature",
|
|
456
|
+ components:{
|
|
457
|
+ Neditor,
|
|
458
|
+ },
|
395
|
459
|
props: ['image', 'clearList'],
|
396
|
460
|
data() {
|
397
|
461
|
return {
|
398
|
462
|
new1: require("../../../assets/preview/new-1.png"),
|
399
|
463
|
dialogVisible: false,
|
|
464
|
+ dialogRotationVisible: false,
|
400
|
465
|
two: false,
|
401
|
466
|
three: false,
|
402
|
467
|
four: false,
|
|
@@ -413,11 +478,10 @@ export default {
|
413
|
478
|
keData: { token: '' ,key: ''},
|
414
|
479
|
file: this.image ? this.image : '',
|
415
|
480
|
hideShow:false,
|
416
|
|
- keshow:false,
|
417
|
481
|
show:false,
|
418
|
|
- keShow:false,
|
419
|
482
|
centerDialogVisible:false,
|
420
|
483
|
filelist:[],
|
|
484
|
+ radio:3,
|
421
|
485
|
form: {
|
422
|
486
|
name: "",
|
423
|
487
|
sort:"",
|
|
@@ -454,8 +518,8 @@ export default {
|
454
|
518
|
title:"",
|
455
|
519
|
sort:"",
|
456
|
520
|
keImages:[],
|
457
|
|
- images:"",
|
458
|
521
|
},
|
|
522
|
+
|
459
|
523
|
rules: {
|
460
|
524
|
title: [{required: true, message: "请填写模块标题",},],
|
461
|
525
|
sort: [{required: true,message:"请填写排序值"}],
|
|
@@ -464,65 +528,23 @@ export default {
|
464
|
528
|
docname: [{required:true,message:"请填写医生姓名"}],
|
465
|
529
|
docHead: [{required: true,message:"请填写医生头像"}],
|
466
|
530
|
docpositional:[{required:true,message:"请填写医生职位"}],
|
467
|
|
- docintroduction:[{required:true,message:"请填写医生简介"}]
|
|
531
|
+ docintroduction:[{required:true,message:"请填写医生简介"}],
|
|
532
|
+ images:[{required:true,message:"请填写新增科室环境"}],
|
|
533
|
+ rotationImages:[{required:true,message:"请填写添加图片"}],
|
|
534
|
+ keimages:[{required:true,message:"请填写新增科室环境"}]
|
468
|
535
|
},
|
469
|
536
|
};
|
470
|
537
|
},
|
471
|
538
|
// 医院介绍模块
|
472
|
|
- methods:{
|
|
539
|
+ methods:{
|
|
540
|
+ //轮播图
|
|
541
|
+ rotationEditImages(){
|
|
542
|
+ this.dialogRotationVisible = true;
|
|
543
|
+ },
|
|
544
|
+
|
473
|
545
|
handleRemove(file) {
|
474
|
546
|
console.log(file);
|
475
|
547
|
},
|
476
|
|
- handlePictureCardPreview(file,res) {
|
477
|
|
- // this.dialogImageUrl = this.qiniuDomain + res.url;
|
478
|
|
- // this.dialogVisible = true;
|
479
|
|
- },
|
480
|
|
- handleDownload(file) {
|
481
|
|
- console.log(file);
|
482
|
|
- },
|
483
|
|
- handleClose(done){
|
484
|
|
- this.$confirm('确认关闭?').then(_ =>{
|
485
|
|
- done();
|
486
|
|
- })
|
487
|
|
- .catch(_ =>{});
|
488
|
|
- },
|
489
|
|
-
|
490
|
|
- handleSuccess(res,file){
|
491
|
|
- this.keform.keImages.push(this.qiniuDomain + res.url);
|
492
|
|
- this.keform.images = this.qiniuDomain + res.url;
|
493
|
|
- this.keshow = true;
|
494
|
|
- },
|
495
|
|
- beforehandleUpload(file){
|
496
|
|
- const isJPG = file.type === 'image/jpeg';
|
497
|
|
- const isLt2M = file.size / 1024 / 1024 < 2;
|
498
|
|
- if (!isJPG) {
|
499
|
|
- this.$message.error('上传头像图片只能是 JPG 格式!');
|
500
|
|
- }
|
501
|
|
- if (!isLt2M) {
|
502
|
|
- this.$message.error('上传头像图片大小不能超过 2MB!');
|
503
|
|
- }
|
504
|
|
- var date = new Date()
|
505
|
|
- var ext = getFileExtension(file.name)
|
506
|
|
- var key = date.getFullYear() + (date.getMonth() + 1) + date.getDate() + date.getHours() + date.getMinutes() + date.getSeconds() +'_o_' + file.uid + '.' + ext;
|
507
|
|
- this.uploading = true;
|
508
|
|
- this.loadingText = '封面图片上传中'
|
509
|
|
-
|
510
|
|
- const _self = this
|
511
|
|
- return new Promise((resolve, reject) => {
|
512
|
|
- getToken().then(response => {
|
513
|
|
- const tokentree = response.data.data.uptoken
|
514
|
|
- console.log("科室token是什么?",tokentree)
|
515
|
|
- _self._data.keData.token = tokentree;
|
516
|
|
- _self._data.keData.key = key;
|
517
|
|
- resolve(true)
|
518
|
|
- }).catch(err => {
|
519
|
|
- reject(false)
|
520
|
|
- this.uploading = false;
|
521
|
|
- })
|
522
|
|
- })
|
523
|
|
-
|
524
|
|
- },
|
525
|
|
-
|
526
|
548
|
imageUploadSuccess(res,file) {
|
527
|
549
|
this.doctorform.image = this.qiniuDomain + res.url;
|
528
|
550
|
this.hideShow = true;
|
|
@@ -640,12 +662,15 @@ export default {
|
640
|
662
|
},
|
641
|
663
|
|
642
|
664
|
//新增轮播图
|
643
|
|
- AddRotationChart(forName){
|
|
665
|
+ AddRotationChart(formName){
|
644
|
666
|
this.$refs[formName].validate((valid)=>{
|
645
|
667
|
if(valid){
|
646
|
668
|
AddRotationChart(this.rotationform).then(response=>{
|
647
|
669
|
if(response.data.state==1){
|
648
|
|
-
|
|
670
|
+ var rotation = response.data.data.rotation;
|
|
671
|
+ console.log("返回数据",rotation);
|
|
672
|
+ this.$message.success("添加轮播图成功");
|
|
673
|
+ this.dialogVisible = false;
|
649
|
674
|
}
|
650
|
675
|
})
|
651
|
676
|
}
|
|
@@ -654,6 +679,8 @@ export default {
|
654
|
679
|
|
655
|
680
|
//医院介绍
|
656
|
681
|
saveHispital(formName){
|
|
682
|
+ this.hispitalform.introduction = this.$refs.neditor.content;
|
|
683
|
+ console.log("文章内容",this.$refs.neditor.content)
|
657
|
684
|
this.$refs[formName].validate((valid)=>{
|
658
|
685
|
if(valid){
|
659
|
686
|
saveHispital(this.hispitalform).then(response=>{
|
|
@@ -670,6 +697,7 @@ export default {
|
670
|
697
|
|
671
|
698
|
//科室介绍
|
672
|
699
|
addAdminist(formName){
|
|
700
|
+ this.administform.introduction = this.$refs.neditor.content;
|
673
|
701
|
this.$refs[formName].validate((valid)=>{
|
674
|
702
|
if(valid){
|
675
|
703
|
addOffices(this.administform).then(response=>{
|
|
@@ -721,12 +749,72 @@ export default {
|
721
|
749
|
}
|
722
|
750
|
})
|
723
|
751
|
},
|
|
752
|
+
|
|
753
|
+ // 科室环境
|
|
754
|
+ deleteKe(){
|
|
755
|
+ },
|
|
756
|
+ //科室介绍
|
|
757
|
+ imageKeSuccess(res,file){
|
|
758
|
+ console.log("图片路径",file.url)
|
|
759
|
+ this.keform.keImages.push(this.qiniuDomain + res.url);
|
|
760
|
+ console.log("图片数组",this.keform.keImages)
|
|
761
|
+ // this.keform.images = this.qiniuDomain + res.url;
|
|
762
|
+ // console.log("图片url",this.keform.images)
|
|
763
|
+ },
|
|
764
|
+ beforekeUpload(file){
|
|
765
|
+ const isJPG = file.type === 'image/jpeg';
|
|
766
|
+ const isLt2M = file.size / 1024 / 1024 < 2;
|
|
767
|
+ console.log("图片尺寸",file.size)
|
|
768
|
+ if (!isJPG) {
|
|
769
|
+ this.$message.error('上传头像图片只能是 JPG 格式!');
|
|
770
|
+ }
|
|
771
|
+ if (!isLt2M) {
|
|
772
|
+ this.$message.error('上传头像图片大小不能超过 2MB!');
|
|
773
|
+ }
|
|
774
|
+ var date = new Date()
|
|
775
|
+ var ext = getFileExtension(file.name)
|
|
776
|
+ var key = date.getFullYear() + (date.getMonth() + 1) + date.getDate() + date.getHours() + date.getMinutes() + date.getSeconds() +'_o_' + file.uid + '.' + ext;
|
|
777
|
+ this.uploading = true;
|
|
778
|
+ this.loadingText = '图片上传中'
|
|
779
|
+
|
|
780
|
+ const _self = this
|
|
781
|
+ return new Promise((resolve, reject) => {
|
|
782
|
+ getToken().then(response => {
|
|
783
|
+ const tokentree = response.data.data.uptoken
|
|
784
|
+ console.log("科室token是什么?",tokentree)
|
|
785
|
+ _self._data.keData.token = tokentree;
|
|
786
|
+ _self._data.keData.key = key;
|
|
787
|
+ resolve(true)
|
|
788
|
+ }).catch(err => {
|
|
789
|
+ reject(false)
|
|
790
|
+ this.uploading = false;
|
|
791
|
+ })
|
|
792
|
+ })
|
|
793
|
+ },
|
|
794
|
+
|
|
795
|
+ AddOfficeEnvironment(formName){
|
|
796
|
+ this.$refs[formName].validate((valid)=>{
|
|
797
|
+ if(valid){
|
|
798
|
+ AddOfficeEnvironment(this.keform).then(response=>{
|
|
799
|
+ if(response.data.state == 1){
|
|
800
|
+ var offenvironment = response.data.data.offenvironment;
|
|
801
|
+ this.five = false;
|
|
802
|
+ console.log("返回数据",offenvironment);
|
|
803
|
+ }
|
|
804
|
+ })
|
|
805
|
+ }
|
|
806
|
+ })
|
|
807
|
+ }
|
724
|
808
|
},
|
725
|
809
|
};
|
726
|
810
|
</script>
|
727
|
811
|
|
728
|
812
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
729
|
|
-
|
|
813
|
+ .eidtRotationimages{
|
|
814
|
+ text-align: center;
|
|
815
|
+ margin-bottom: 12px;
|
|
816
|
+ }
|
|
817
|
+
|
730
|
818
|
.clearfix {
|
731
|
819
|
clear: both;
|
732
|
820
|
}
|