bce2a1061f26d4b266f46bb7a51321d68e50a597.svn-base 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. <template>
  2. <!-- 修改弹框 -->
  3. <el-dialog
  4. width="60%"
  5. class="outerDialog custom_dialog"
  6. title="修改督查问题"
  7. @close="closeModal"
  8. append-to-body
  9. :visible.sync="changeSupervisionVisible">
  10. <div class="scroll_wrapper">
  11. <div
  12. style="width:49%;overflow-y:auto;max-height:58vh;float:left;border:1px solid #d5d5ff;margin-right:5px;">
  13. <p style="font-weight:bolder;background-color:#d5d5ff;padding:3px;">基本信息</p>
  14. <el-form ref="changeSupFrom" :rules="rules1" :model="changeSupervision" label-width="120px">
  15. <el-form-item label="节水单位名称" prop="nm">
  16. <el-input v-model="changeSupervision.nm" clearable :readonly="true"></el-input>
  17. </el-form-item>
  18. <el-form-item label="问题类别" prop="inspPblmsName">
  19. <el-select v-model="t1" value-key="inspPblmsName" placeholder="请选择" @change="problemListChange">
  20. <el-option v-for="(item,index) in problemList" :key="index" :label="item.inspPblmsName" :value="item">
  21. </el-option>
  22. </el-select>
  23. </el-form-item>
  24. <el-form-item label="检查项目" prop="checkPoint" style="text-align:left">
  25. <el-select v-model="t2" placeholder="请选择" value-key="checkPointName" @change="currentCheckPointListChange">
  26. <el-option v-for="(item,index) in currentCheckPointList" :key="index" :label="item.checkPointName" :value="item">
  27. </el-option>
  28. </el-select>
  29. </el-form-item>
  30. <el-form-item label="问题描述" prop="pblmDesc" style="text-align:left">
  31. <el-select v-model="t3" placeholder="请选择" value-key="pblmDesc" @change="currentProblemDescListChange" style="max-width: 500px">
  32. <el-option v-for="(item,index) in currentProblemDescList" :key="index" :label="item.pblmDesc" :value="item" :title="item.pblmDesc" style="max-width: 500px">
  33. </el-option>
  34. </el-select>
  35. </el-form-item>
  36. <el-form-item label="详细描述" prop="inspPblmDesc">
  37. <el-input type="textarea" :rows="2" v-model="changeSupervision.inspPblmDesc" clearable></el-input>
  38. </el-form-item>
  39. <el-form-item label="是否为典型问题:">
  40. <el-select v-model="changeSupervision.ifCasePblm" clearable placeholder="请选择">
  41. <el-option
  42. v-for="item in supervision"
  43. :key="item.value"
  44. :label="item.label"
  45. :value="item.value"
  46. ></el-option>
  47. </el-select>
  48. </el-form-item>
  49. <el-form-item label="上报人" prop="persName">
  50. <el-input
  51. resize="none"
  52. type="input"
  53. :rows="3"
  54. readonly
  55. placeholder="请输入"
  56. v-model.trim="changeSupervision.persName"
  57. ></el-input>
  58. </el-form-item>
  59. <el-form-item label="上报时间" prop="collTime">
  60. <el-date-picker v-model="changeSupervision.collTime" readonly type="date"></el-date-picker>
  61. </el-form-item>
  62. </el-form>
  63. </div>
  64. <div
  65. style="width: 49%;float: left;border: 1px solid rgb(213, 213, 255);margin-right: 5px;overflow-y: auto;max-height: 58vh;">
  66. <p style="font-weight:bolder;background-color:#d5d5ff;padding:3px;">多媒体信息</p>
  67. <el-tabs style="margin:0px 5px">
  68. <el-tab-pane :label="picturetabName">
  69. <el-row style="text-align:right;">
  70. <el-button
  71. :v-if="!addPicPanel?addPicPanel:addPicPanel"
  72. size="mini"
  73. type="text"
  74. :icon="!addPicPanel?'el-icon-circle-plus-outline':'el-icon-circle-close-outline'"
  75. @click="addPic"
  76. >{{!addPicPanel?"添加":"取消"}}</el-button>
  77. </el-row>
  78. <el-row v-show="addPicPanel">
  79. <upload
  80. ref="uploadFile"
  81. :url="`/pdcApi/file/insert?bizId=`"
  82. @uploadOver="removeNewSupervision"
  83. ></upload>
  84. </el-row>
  85. <el-row>
  86. <div style="overflow-y:auto;overflow-x:hidden;max-height:30vh;padding:10px;">
  87. <div class="upload-container" id="imgView">
  88. <div
  89. v-for="(item, index) in pictureArray"
  90. :key="index"
  91. class="image-preview image-app-preview"
  92. >
  93. <div class="image-preview-wrapper">
  94. <img :src="`${hostUrl}/${item.filePath}`">
  95. <div class="image-preview-action">
  96. <i @click="removeFile(item.id)" class="el-icon-delete"></i>
  97. </div>
  98. </div>
  99. </div>
  100. </div>
  101. </div>
  102. </el-row>
  103. </el-tab-pane>
  104. <el-tab-pane :label="audiotabName">
  105. <el-table border :data="audioArray" style="width: 100%;margin: 0 auto;">
  106. <el-table-column header-align="center" align="center" label="音频">
  107. <template slot-scope="scope">
  108. <elaudio
  109. style="margin-left:15%;width:100px;height:30px;"
  110. :theUrl="`${hostUrl}/${scope.row.filePath}`"
  111. ></elaudio>
  112. </template>
  113. </el-table-column>
  114. <el-table-column header-align="center" align="center" label="操作">
  115. <template slot-scope="scope">
  116. <el-button
  117. size="mini"
  118. @click="removeFile(scope.row.id,scope.$index)"
  119. type="danger"
  120. >删除</el-button>
  121. </template>
  122. </el-table-column>
  123. </el-table>
  124. </el-tab-pane>
  125. <el-tab-pane :label="videotabName">
  126. <el-table border :data="videoArray" style="width: 100%;margin: 0 auto;">
  127. <el-table-column header-align="center" align="center" label="视频">
  128. <template slot-scope="scope">
  129. <video-player
  130. class="vjs-custom-skin"
  131. ref="videoPlayer"
  132. :options="scope.row"
  133. :playsinline="true"
  134. ></video-player>
  135. </template>
  136. </el-table-column>
  137. <el-table-column header-align="center" align="center" label="操作">
  138. <template slot-scope="scope">
  139. <el-button
  140. size="mini"
  141. @click="removeFile(scope.row.id,scope.$index)"
  142. type="danger"
  143. >删除</el-button>
  144. </template>
  145. </el-table-column>
  146. </el-table>
  147. </el-tab-pane>
  148. <el-tab-pane :label="filetabName">
  149. <el-table border :data="fileArray" style="width: 100%;margin: 0 auto;">
  150. <el-table-column header-align="center" align="center" label="文档">
  151. <template slot-scope="scope">
  152. <p>
  153. <a :href="`${hostUrl}/${scope.row.filePath}`" target="_blank" rel="noopener noreferrer">
  154. {{scope.row.fileName}}
  155. </a>
  156. </p>
  157. </template>
  158. </el-table-column>
  159. <el-table-column header-align="center" align="center" label="操作">
  160. <template slot-scope="scope">
  161. <el-button
  162. size="mini"
  163. @click="removeFile(scope.row.id,scope.$index)"
  164. type="danger"
  165. >删除</el-button>
  166. </template>
  167. </el-table-column>
  168. </el-table>
  169. </el-tab-pane>
  170. </el-tabs>
  171. </div>
  172. </div>
  173. <span slot="footer">
  174. <el-button type="primary" @click="changeSupervisionInfo">保存</el-button>
  175. <el-button @click="changeSupervisionVisiblefalse">取消</el-button>
  176. </span>
  177. </el-dialog>
  178. </template>
  179. <script>
  180. import {showDetailsXq,updatelist,deleteFileById} from "@api/duChaAPI.js";
  181. import request from "@util/gw_ajax_request.js";
  182. import { hostUrl } from "@util/global_variable.js";
  183. import Viewer from 'viewerjs';
  184. import 'viewerjs/dist/viewer.css';
  185. export default {
  186. props: ['editId'],
  187. data(){
  188. return{
  189. changeSupervisionVisible: true,
  190. changeSupervisionLoading: false,
  191. changeSupervision: {},
  192. rules1: {
  193. inspPblmName: [
  194. {
  195. required: true,
  196. message: "请输入问题名称",
  197. trigger: "blur"
  198. },
  199. {
  200. min: 1,
  201. max: 999,
  202. message: "不超过100字符",
  203. trigger: "blur"
  204. }
  205. ],
  206. inspPblmDesc: [
  207. {
  208. required: true,
  209. message: "请输入问题描述",
  210. trigger: "blur"
  211. }
  212. ],
  213. recPers: [
  214. {
  215. required: true,
  216. message: "请输入记录人",
  217. trigger: "blur"
  218. },
  219. {
  220. min: 1,
  221. max: 999,
  222. message: "不超过100字符",
  223. trigger: "blur"
  224. }
  225. ],
  226. objType: [
  227. {
  228. required: true,
  229. message: "请选择督查对象类型",
  230. trigger: "change"
  231. }
  232. ],
  233. objId: [
  234. {
  235. required: true,
  236. message: "请选择督查对象类型",
  237. trigger: "change"
  238. }
  239. ],
  240. inspPblmType: [
  241. {
  242. required: true,
  243. message: "请选择督查问题类型",
  244. trigger: "change"
  245. }
  246. ],
  247. dataStat: [
  248. {
  249. required: true,
  250. message: "请选择数据状态",
  251. trigger: "change"
  252. }
  253. ],
  254. collTime: [
  255. {
  256. required: true,
  257. message: "请选择采集时间",
  258. trigger: "change"
  259. }
  260. ],
  261. ifCasePblm: [
  262. {
  263. required: true,
  264. message: "请选择是否典型",
  265. trigger: "change"
  266. }
  267. ],
  268. pblmStat: [
  269. {
  270. required: true,
  271. message: "请选择问题类型",
  272. trigger: "change"
  273. }
  274. ],
  275. inspPblmCate: [
  276. {
  277. required: true,
  278. message: "请选择问题程度",
  279. trigger: "change"
  280. },
  281. {
  282. trigger: "change"
  283. }
  284. ]
  285. },
  286. supervision: [
  287. {
  288. value: "1",
  289. label: "是"
  290. },
  291. {
  292. value: "0",
  293. label: "否"
  294. }
  295. ],
  296. supervisionState: [
  297. {
  298. value: "0",
  299. label: "一般"
  300. },
  301. {
  302. value: "1",
  303. label: "较重"
  304. },
  305. {
  306. value: "2",
  307. label: "严重"
  308. },
  309. {
  310. value: "3",
  311. label: "特别严重"
  312. }
  313. ],
  314. addPicPanel: false,
  315. gwComFiles: [],
  316. picturetabName: "",
  317. audiotabName: "",
  318. videotabName: "",
  319. filetabName: "",
  320. pictureArray: [],
  321. audioArray: [],
  322. videoArray: [],
  323. fileArray:[],
  324. updateIdXiuGai: "",
  325. pblmId: "",
  326. t1: {},
  327. t2: {},
  328. t3: {},
  329. problemList: [],
  330. currentCheckPointList: [],
  331. currentProblemDescList: [],
  332. xiangqingmiaoshu: '',
  333. wenTiLeiBie:"",
  334. jianChaXiangMu:"",
  335. }
  336. },
  337. components:{
  338. upload: resolve => {
  339. require(["../../../widgets/uploadFile.vue"], resolve);
  340. },
  341. },
  342. computed:{
  343. hostUrl(){
  344. return hostUrl
  345. },
  346. persId() {
  347. return localStorage.getItem("userid") ? localStorage.getItem("userid") : "1098101939614724096";
  348. }
  349. },
  350. mounted(){
  351. this.getproblemSmallType();
  352. },
  353. methods:{
  354. // 修改弹窗显示
  355. changeSup(id) {
  356. this.pictureArray = [];
  357. this.audioArray = [];
  358. this.videoArray = [];
  359. this.fileArray = [];
  360. this.updateIdXiuGai = id;
  361. let _this = this
  362. request.get(`/dc/insp/pblm/${this.updateIdXiuGai}`).then(res => {
  363. // if(this.usersId==)
  364. this.changeSupervision = res.data;
  365. this.t1['inspPblmsName'] = this.changeSupervision.inspPblmsName
  366. this.problemList.forEach(ele=>{
  367. if(ele.inspPblmsName == _this.t1.inspPblmsName){
  368. _this.problemListChange(ele)
  369. }
  370. })
  371. this.t2['checkPointName'] = this.changeSupervision.checkPoint
  372. this.currentCheckPointList.forEach(ele=>{
  373. if(ele.checkPointName == _this.t2.checkPointName){
  374. _this.currentCheckPointListChange(ele)
  375. }
  376. })
  377. this.t3['pblmDesc'] = this.changeSupervision.pblmDesc
  378. res.data.gwComFiles.forEach(item => {
  379. if (
  380. item.fileExt == "mp3" ||
  381. item.fileExt == "MP3" ||
  382. item.fileExt == "m4a"
  383. ) {
  384. this.audioArray.push(item);
  385. } else if (
  386. item.fileExt == "jpg" ||
  387. item.fileExt == "JPG" ||
  388. item.fileExt == "png" ||
  389. item.fileExt == "PNG" ||
  390. item.fileExt == "JPEG" ||
  391. item.fileExt == "jpeg"
  392. ) {
  393. this.pictureArray.push(item);
  394. } else if (item.fileExt == "mp4" || item.fileExt == "MP4") {
  395. this.videoArray.push({
  396. id: item.id,
  397. bizId: item.bizId,
  398. width: "130",
  399. height: "130",
  400. autoplay: false,
  401. muted: true,
  402. language: "en",
  403. playbackRates: [0.7, 1.0, 1.5, 2.0],
  404. sources: [
  405. {
  406. type: "video/mp4",
  407. src: this.hostUrl + item.filePath
  408. }
  409. ]
  410. });
  411. }else{
  412. this.fileArray.push(item);
  413. }
  414. });
  415. _this.$nextTick(function(){
  416. var ViewerDom = document.getElementById('imgView');
  417. var viewer = new Viewer(ViewerDom, {})
  418. });
  419. this.picturetabName = "图片资料(" + this.pictureArray.length + ")";
  420. this.audiotabName = "音频资料(" + this.audioArray.length + ")";
  421. this.videotabName = "视频资料(" + this.videoArray.length + ")";
  422. this.filetabName = "其它资料(" + this.fileArray.length + ")";
  423. });
  424. },
  425. // 提交修改信息
  426. changeSupervisionInfo() {
  427. this.$refs.changeSupFrom.validate(valid => {
  428. if (valid) {
  429. this.changeSupervisionLoading = true;
  430. this.changeSupervision.inspPblmsName = this.wenTiLeiBie
  431. this.changeSupervision.checkPoint = this.jianChaXiangMu
  432. this.changeSupervision.inspPblmName = this.xiangqingmiaoshu
  433. this.changeSupervision.inspPlbmType = this.t2.sort2;
  434. this.changeSupervision.inspPblmCode = this.t3.sn;
  435. this.changeSupervision.pblmsTypeId = this.t3.guid;
  436. let data = this.changeSupervision;
  437. updatelist(data).then(res => {
  438. this.pblmId = res.data.pblmId;
  439. this.gwComFiles = res.data.gwComFiles;
  440. if (res.success) {
  441. if (this.$refs.uploadFile.submitUpload(data.pblmId)) {
  442. this.removeNewSupervision();
  443. this.successInfo();
  444. this.addPicPanel = false;
  445. this.changeSupervisionLoading = false;
  446. }
  447. } else {
  448. this.failInfo();
  449. this.$emit('closeEditDialog')
  450. }
  451. });
  452. }
  453. });
  454. },
  455. removeNewSupervision(arg) {
  456. if (arg) {
  457. var args = this.gwComFiles.concat(arg);
  458. }
  459. this.changeSup(this.editId)
  460. this.gwComFiles = [];
  461. this.$emit('closeEditDialog')
  462. },
  463. changeSupervisionVisiblefalse() {
  464. this.$emit('closeEditDialog')
  465. this.$refs.uploadFile.init();
  466. this.addPicPanel = false;
  467. },
  468. addPic() {
  469. this.addPicPanel = !this.addPicPanel;
  470. },
  471. // 删除图片文件
  472. removeFile(id, index) {
  473. // this.updateIdXiuGai = this.updateIdXiuGai;
  474. var _self = this;
  475. this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
  476. confirmButtonText: "确定",
  477. cancelButtonText: "返回",
  478. type: "warning"
  479. }).then(
  480. res => {
  481. if (res === "confirm") {
  482. deleteFileById(id, this.persId).then(res => {
  483. if (res.success) {
  484. this.changeSupervision.gwComFiles.forEach(item => {
  485. if (
  486. item.fileExt == "mp3" ||
  487. item.fileExt == "MP3" ||
  488. item.fileExt == "m4a"
  489. ) {
  490. this.audiotabName.splice(index, 1);
  491. } else if (
  492. item.fileExt == "jpg" ||
  493. item.fileExt == "JPG" ||
  494. item.fileExt == "png" ||
  495. item.fileExt == "PNG" ||
  496. item.fileExt == "JPEG" ||
  497. item.fileExt == "jpeg"
  498. ) {
  499. this.pictureArray.splice(index, 1);
  500. } else if (item.fileExt == "mp4" || item.fileExt == "MP4") {
  501. this.videoArray.splice(index, 1);
  502. }
  503. });
  504. _self.changeSup(this.updateIdXiuGai);
  505. } else {
  506. this.failInfo();
  507. }
  508. });
  509. }
  510. },
  511. res => {
  512. console.log("返回");
  513. }
  514. )
  515. },
  516. // 操作成功反馈
  517. successInfo() {
  518. this.$message({
  519. type: "success",
  520. message: "操作成功!"
  521. });
  522. },
  523. // 操作失败反馈
  524. failInfo(val) {
  525. this.$message.error(val);
  526. },
  527. // 文件上传
  528. submitUpload() {
  529. this.$refs.upload.submit();
  530. },
  531. closeModal(){
  532. this.$emit('closeEditDialog')
  533. },
  534. getproblemSmallType() {
  535. let result = [];
  536. request.get('/dc/insp/pblms/getPblmType', {
  537. params: {
  538. type: '33',
  539. pguid: '33000000000000000000000000000000'
  540. }
  541. }).then(res => {
  542. if (res.success) {
  543. res.data.forEach((ele) => {
  544. let haveinspPblmsName = false;
  545. result.forEach((inspPblm) => {
  546. if (inspPblm['inspPblmsName'] == ele.inspPblmsName) {
  547. //
  548. let havechekPoint = false;
  549. inspPblm['checkPoints'].forEach((chekPoint) => {
  550. if (chekPoint['checkPointName'] == ele.checkPoint) {
  551. //
  552. chekPoint['pblmDescs'].push({
  553. pblmDesc: ele.pblmDesc,
  554. sn: ele.sn,
  555. guid: ele.guid,
  556. });
  557. havechekPoint = true;
  558. }
  559. });
  560. if (!havechekPoint) {
  561. let newCheckPoint = {};
  562. newCheckPoint['checkPointName'] = ele.checkPoint;
  563. newCheckPoint['sort2'] = ele.sort2;
  564. newCheckPoint['pblmDescs'] = [{
  565. pblmDesc: ele.pblmDesc,
  566. sn: ele.sn,
  567. guid: ele.guid,
  568. }]
  569. inspPblm['checkPoints'].push(newCheckPoint);
  570. }
  571. haveinspPblmsName = true;
  572. }
  573. });
  574. if (!haveinspPblmsName) {
  575. let haveinspPblmsObj = {};
  576. haveinspPblmsObj['inspPblmsName'] = ele.inspPblmsName;
  577. haveinspPblmsObj['sort1'] = ele.sort1;
  578. haveinspPblmsObj['checkPoints'] = [{
  579. checkPointName: ele.checkPoint,
  580. sort2: ele.sort2,
  581. pblmDescs: [{
  582. pblmDesc: ele.pblmDesc,
  583. sn: ele.sn,
  584. guid: ele.guid,
  585. }]
  586. }];
  587. result.push(haveinspPblmsObj);
  588. }
  589. })
  590. this.problemList = result;
  591. this.changeSup(this.editId)
  592. }
  593. })
  594. },
  595. getYanZhongChengDu(){
  596. request.post('/dc/insp/pblms/getByPblms', {
  597. inspPblmsName:this.wenTiLeiBie,
  598. checkPoint:this.jianChaXiangMu,
  599. pblmDesc:this.xiangqingmiaoshu
  600. }).then(res => {
  601. if (res.success) {
  602. this.changeSupervision.inspPblmCate=res.data.inspPblmCate;
  603. }
  604. })
  605. },
  606. problemListChange: function (item) {
  607. this.t1 = item
  608. this.wenTiLeiBie = item.inspPblmsName;
  609. this.currentCheckPointList = item.checkPoints;
  610. },
  611. currentCheckPointListChange: function (item) {
  612. this.jianChaXiangMu = item.checkPointName;
  613. this.currentProblemDescList = item.pblmDescs;
  614. },
  615. currentProblemDescListChange: function (item) {
  616. this.xiangqingmiaoshu = item.pblmDesc;
  617. console.log(item);
  618. },
  619. },
  620. watch:{
  621. editId(val){
  622. this.changeSup(val)
  623. },
  624. 't3': {
  625. handler: function (val, oldVal) {
  626. this.getYanZhongChengDu()
  627. },
  628. deep: true
  629. },
  630. }
  631. }
  632. </script>
  633. <style scoped lang="scss">
  634. .scroll_wrapper{
  635. overflow: hidden;
  636. }
  637. .scroll_wrapper .el-form{
  638. padding-top: 5px;
  639. padding-right: 5px;
  640. }
  641. .upload-container {
  642. width: 100%;
  643. position: relative;
  644. .image-uploader {
  645. width: 35%;
  646. float: left;
  647. }
  648. .image-preview {
  649. width: 200px;
  650. height: 200px;
  651. position: relative;
  652. border: 1px dashed #d9d9d9;
  653. float: left;
  654. // margin-left: 50px;
  655. .image-preview-wrapper {
  656. position: relative;
  657. width: 100%;
  658. height: 100%;
  659. img {
  660. width: 100%;
  661. height: 100%;
  662. }
  663. }
  664. .image-preview-action {
  665. position: absolute;
  666. width: 100%;
  667. height: 30px;
  668. left: 0;
  669. bottom: 0;
  670. color: #fff;
  671. opacity: 0;
  672. font-size: 20px;
  673. background-color: rgba(0, 0, 0, 0.5);
  674. transition: opacity 0.3s;
  675. cursor: pointer;
  676. text-align: center;
  677. line-height: 30px;
  678. .el-icon-delete {
  679. font-size: 25px;
  680. }
  681. }
  682. &:hover {
  683. .image-preview-action {
  684. opacity: 1;
  685. }
  686. }
  687. }
  688. .image-app-preview {
  689. margin-bottom: 10px;
  690. width: 40vh;
  691. height: 180px;
  692. position: relative;
  693. border: 1px dashed #d9d9d9;
  694. float: left;
  695. // margin-left: 50px;
  696. .app-fake-conver {
  697. height: 44px;
  698. position: absolute;
  699. width: 100%; // background: rgba(0, 0, 0, .1);
  700. text-align: center;
  701. line-height: 64px;
  702. color: #fff;
  703. }
  704. }
  705. }
  706. </style>