assessmentApplicationPage.vue 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. <template>
  2. <div class="assessmentApplication">
  3. <div class="assessmentApplicationBtn">
  4. <div class="collectSeach" :style="$utils.collectSeachSty()">
  5. <div class="exceed">
  6. <span class="exceedSpan">申报单号:</span>
  7. <el-input v-model="orderNumber" placeholder="请输入申报单号"></el-input>
  8. </div>
  9. <div class="exceed">
  10. <span class="exceedSpan">填报部门:</span>
  11. <el-input v-model="departNameS" placeholder="请输入填报部门"></el-input>
  12. </div>
  13. <div class="exceed">
  14. <span class="exceedSpan" style="margin-left: 10px;width: 80px">选择时间:</span>
  15. <el-date-picker
  16. v-model="timeIds"
  17. type="month"
  18. :clearable="false"
  19. value-format="YYYY-MM"
  20. placeholder="选择时间"
  21. />
  22. </div>
  23. <seachs @handleSeach="getSeachData" @handleRest="resetSeach"></seachs>
  24. <el-button size="mini" color="#3B7AD1" icon="Operation" @click="applicationTableFn" style="margin-left: 10px">
  25. <span>统计汇总</span>
  26. </el-button>
  27. </div>
  28. <div class="PeriodBtn" :style="$utils.PeriodBtnSty()">
  29. <btns
  30. :showImport="false"
  31. :showExport="false"
  32. :showSave="false"
  33. :showAdd="true"
  34. :showDelete="true"
  35. :disDelete="changeDateSelect.length === 0"
  36. :disImport="true"
  37. :disExport="true"
  38. @handleAdd="handleAdd"
  39. @handleDelete="handleDelete"
  40. ></btns>
  41. </div>
  42. <div class="assessmentApplicationTableData">
  43. <el-table :data="assessmentApplicationData" style="width: 100%" @select="rowClick" :class="evalApplicationTableSty()"
  44. @select-all="rowClick" @row-dblclick="getDetail" @cell-click="clickDes">
  45. <el-table-column type="selection" label="操作" align="center"></el-table-column>
  46. <el-table-column label="申报单号" prop="orderNumber" width="200"/>
  47. <el-table-column label="部门名称" width="300">
  48. <template #default="scope">
  49. <el-tooltip
  50. class="box-item"
  51. effect="customized"
  52. :content="scope.row.deptName"
  53. placement="top"
  54. >
  55. <span class="tooltipCC">{{scope.row.deptName}}</span>
  56. </el-tooltip>
  57. </template>
  58. </el-table-column>
  59. <el-table-column label="部门领导" prop="deptLeaderName" />
  60. <el-table-column label="申报等级" prop="declarationLevel" />
  61. <el-table-column label="申报年度" prop="annual" />
  62. <el-table-column label="申报月份" prop="declarationMonth" />
  63. <el-table-column label="申报理由" width="300">
  64. <template #default="scope">
  65. <div v-if="!scope.row.chngeDes">
  66. <el-tooltip
  67. class="box-item"
  68. effect="customized"
  69. :content="scope.row.declarationReason"
  70. placement="top"
  71. >
  72. <span class="tooltipCC">{{scope.row.declarationReason}}</span>
  73. </el-tooltip>
  74. </div>
  75. <div v-else>
  76. <el-input v-model="scope.row.declarationReason" :rows="1"
  77. type="textarea" placeholder="请输入申报理由" @blur="modifyDesFn(scope.row)"></el-input>
  78. </div>
  79. </template>
  80. </el-table-column>
  81. <el-table-column label="流程状态" prop="stage" width="200">
  82. <template #default="scope">
  83. <p class="indicitem" @click="seeStates(scope.row)">{{scope.row.stage}}</p>
  84. </template>
  85. </el-table-column>
  86. <el-table-column label="操作" width="200">
  87. <template #default="scope">
  88. <div style="display:flex">
  89. <p class="indicitem" v-if="scope.row.stage === '流程未启动'" @click="agetdeptresponsibility(scope.row)">启动</p>
  90. <p style="font-size: 12px;margin-right: 20px;" v-else-if="scope.row.stage === '流程已结束'" >已结束</p>
  91. <p style="font-size: 12px;margin-right: 20px;" v-else >已启动</p>
  92. <p class="indicitem" v-if="scope.row.stage === '流程已结束'" @click="getGenerateReport(scope.row)">生成报表</p>
  93. </div>
  94. </template>
  95. </el-table-column>
  96. </el-table>
  97. <el-pagination
  98. @size-change="handleSizeChange"
  99. @current-change="handleCurrentChange"
  100. :current-page="page.currentPage"
  101. :page-size="page.pagesize"
  102. layout="total, prev, pager, next, jumper"
  103. :total="page.total">
  104. </el-pagination>
  105. </div>
  106. <el-dialog :title="title" custom-class="startToDia" v-model="dialogVisible" width="600px" :close-on-click-modal="false">
  107. <div class="periodFrom">
  108. <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm" :validate-on-rule-change="false">
  109. <el-form-item label="部门名称" prop="deptName">
  110. <el-select v-model="ruleForm.deptName" placeholder="请选择部门名称" @change="changeDeptLead">
  111. <el-option
  112. v-for="item in departData"
  113. :key="item.deptId"
  114. :label="item.deptName"
  115. :value="item.deptId">
  116. </el-option>
  117. </el-select>
  118. </el-form-item>
  119. <el-form-item label="部门领导">
  120. <!-- <el-select v-model="ruleForm.deptLeaderName" placeholder="请选择部门领导"> prop="deptLeaderName"
  121. <el-option
  122. v-for="item in deptLeaderOption"
  123. :key="item.id"
  124. :label="item.name"
  125. :value="item.id">
  126. </el-option>
  127. </el-select> -->
  128. <el-input v-model="ruleForm.deptLeaderName" disabled></el-input>
  129. </el-form-item>
  130. <el-form-item label="申报等级" prop="declarationLevel">
  131. <el-select v-model="ruleForm.declarationLevel" placeholder="请选择申报等级">
  132. <el-option
  133. v-for="item in declarationLevelOption"
  134. :key="item.value"
  135. :label="item.label"
  136. :value="item.value">
  137. </el-option>
  138. </el-select>
  139. </el-form-item>
  140. <el-form-item label="申报年份" prop="annual">
  141. <el-date-picker
  142. v-model="ruleForm.annual"
  143. type="year"
  144. value-format="YYYY"
  145. placeholder="请选择申报年份"
  146. />
  147. </el-form-item>
  148. <el-form-item label="申报月份">
  149. <el-input-number v-model="ruleForm.declarationMonth" :min="1" :max="12" />
  150. </el-form-item>
  151. <el-form-item label="申报理由" prop="declarationReason">
  152. <el-input v-model="ruleForm.declarationReason" :rows="5" type="textarea" placeholder="请输入申报理由"></el-input>
  153. </el-form-item>
  154. </el-form>
  155. </div>
  156. <template #footer>
  157. <span class="dialog-footer">
  158. <el-button @click="dialogVisible = false">取 消</el-button>
  159. <el-button type="primary" @click="saveevaluaStart('ruleForm')">确 定</el-button>
  160. </span>
  161. </template>
  162. </el-dialog>
  163. <el-dialog title="流程详情" v-model="statesVisible" :fullscreen="true" :close-on-click-modal="false">
  164. <div class="flowSty">
  165. <el-table :data="stageArr" style="width: 100%">
  166. <el-table-column type="index" label="序号" align="center" />
  167. <el-table-column label="任务名称" prop="taskName" />
  168. <el-table-column label="任务创建时间" prop="createTime" />
  169. <el-table-column label="任务处理时间" prop="approveTime" />
  170. <el-table-column label="候选人" prop="assignInfo" width="500" />
  171. <el-table-column label="执行人" prop="approverName" />
  172. <el-table-column label="处理状态" prop="status" />
  173. <el-table-column label="备注/意见" prop="opinion" />
  174. </el-table>
  175. </div>
  176. </el-dialog>
  177. </div>
  178. <!-- @approveMsg="approveMsg" -->
  179. <start-from-list ref="assessmentApplicationDetail" ></start-from-list>
  180. <application-table ref="applicationTable"></application-table>
  181. </div>
  182. </template>
  183. <script>
  184. import startFromList from './assessmentApplicationFrom.vue'
  185. import applicationTable from './evaluationApplicationTab.vue'
  186. import btns from '../elbuttonS.vue'
  187. import seachs from '../seachGroup.vue'
  188. import { saveAs } from 'file-saver'
  189. import {apiGetevaluatiodeptadList, apiPostevaluationdeptadSave,apiGetdoAction,apiGetDepartmentLeader,apideptAdmodify,
  190. apiGetworkflowgetOpinion,apiGetevaluationdeptadReport,apiGetEvaluationDeptListAll,
  191. apideptAdState, apiGetparticipantsNumber, apiPostevaluationdeptadDelete} from '../../api/api'
  192. export default {
  193. components: {
  194. startFromList,
  195. applicationTable,
  196. btns,
  197. seachs
  198. },
  199. data() {
  200. return {
  201. dialogVisible: false,
  202. statesVisible: false,
  203. title: '',
  204. windframradio: {},
  205. deleteSelect: [],
  206. changeDateSelect: [],
  207. assessmentApplicationData:[],
  208. page:{
  209. pagesize: 12,
  210. currentPage: 1,
  211. total: 0
  212. },
  213. ruleForm: {
  214. deptName: '',
  215. deptLeaderName: '',
  216. declarationLevel: '',
  217. annual: '',
  218. declarationMonth: 1,
  219. declarationReason: ''
  220. },
  221. rules: {
  222. deptName: [
  223. { required: true, message: '请选择部门名称', trigger: 'change' }
  224. ],
  225. deptLeaderName: [
  226. { required: true, message: '请选择部门领导', trigger: 'change' }
  227. ],
  228. declarationLevel: [
  229. { required: true, message: '请选择申报等级', trigger: 'change' }
  230. ],
  231. annual: [
  232. { required: true, message: '请选择申报年份', trigger: 'change' }
  233. ],
  234. declarationReason: [
  235. { required: true, message: '请输入申报理由', trigger: 'blur' }
  236. ]
  237. },
  238. deptLeaderOption: [],
  239. declarationLevelOption: [],
  240. ruleDataAll: [],
  241. orderNumber: '',
  242. departNameS: '',
  243. timeIds: '',
  244. stageArr: [],
  245. departData: [],
  246. DepartmentLeaderObj: {},
  247. winPix: window.devicePixelRatio
  248. }
  249. },
  250. created() {
  251. this.declarationLevelOption = [
  252. {
  253. label: 'A',
  254. value: 'A'
  255. },
  256. {
  257. label: 'B',
  258. value: 'B'
  259. },
  260. {
  261. label: 'C',
  262. value: 'C'
  263. },
  264. {
  265. label: 'D',
  266. value: 'D'
  267. }
  268. ]
  269. this.getassessmentApplicationList()
  270. this.getDepartmentFromTreeData()
  271. },
  272. methods:{
  273. // 查询列表页面
  274. getassessmentApplicationList() {
  275. let that = this
  276. // let userMes = JSON.parse(window.sessionStorage.getItem('user'))
  277. let params = {
  278. pageNum: that.page.currentPage,
  279. pageSize: that.page.pagesize,
  280. orderNumber: that.orderNumber,
  281. deptName: that.departNameS,
  282. // deptId: userMes.deptId,
  283. deptId: '',
  284. annual: that.timeIds ? this.timeIds.substring(0, this.timeIds.indexOf('-')) : '',
  285. declarationMonth: that.timeIds ? this.timeIds.substring(this.timeIds.indexOf('-')+1, this.timeIds.length)*1 : ''
  286. }
  287. apiGetevaluatiodeptadList(params).then(datas =>{
  288. if (datas && datas.data) {
  289. that.assessmentApplicationData = datas.data.records
  290. that.page.total = datas.data.total
  291. }
  292. })
  293. },
  294. // 查询部门
  295. getDepartmentFromTreeData() {
  296. let that = this
  297. // let params = {
  298. // id: '23031001',
  299. // num: 1
  300. // }
  301. // apiGetorganizationstructureFromTree(params).then(datas =>{
  302. // if (datas && datas.data) {
  303. // that.departData = datas.data[0].children
  304. // }
  305. // })
  306. apiGetEvaluationDeptListAll().then(datas =>{
  307. if (datas && datas.data) {
  308. that.departData = datas.data
  309. }
  310. })
  311. },
  312. // 根据部门查询人员
  313. changeDeptLead(val) {
  314. let that = this
  315. apiGetDepartmentLeader(val).then(datas =>{
  316. if (datas && datas.data) {
  317. that.DepartmentLeaderObj = datas.data
  318. that.ruleForm.deptLeaderName = datas.data.chargePersonName
  319. }
  320. })
  321. },
  322. applicationTableFn() {
  323. this.$refs.applicationTable.init()
  324. },
  325. saveevaluaStart(formName) {
  326. let that = this
  327. that.$refs[formName].validate((valid) => {
  328. if (valid) {
  329. that.saveAndEditIndicatorData()
  330. }
  331. });
  332. },
  333. //新增/修改
  334. saveAndEditIndicatorData() {
  335. let that = this
  336. let userMes = JSON.parse(window.sessionStorage.getItem('user'))
  337. let deptName = ''
  338. that.departData.forEach(itv =>{
  339. if (itv.deptId === that.ruleForm.deptName) {
  340. deptName = itv.deptName
  341. }
  342. })
  343. let params = {
  344. deptId: that.ruleForm.deptName,
  345. deptName: deptName,
  346. deptLeaderId: that.DepartmentLeaderObj.chargePersonId,
  347. deptLeaderName: that.ruleForm.deptLeaderName,
  348. declarationLevel: that.ruleForm.declarationLevel,
  349. annual: that.ruleForm.annual,
  350. declarationMonth: that.ruleForm.declarationMonth,
  351. declarationReason: that.ruleForm.declarationReason,
  352. applicantId: userMes.id,
  353. applicantName: userMes.name
  354. }
  355. if (that.isSave) {
  356. params.id = that.evalradio.id
  357. }
  358. apiPostevaluationdeptadSave(params).then(datas =>{
  359. if (!datas.success) {
  360. that.$message({
  361. message: datas.message,
  362. type: 'error'
  363. });
  364. } else {
  365. if (!that.isSave) {
  366. that.$message({
  367. message: '绩效结果考核申报信息新增成功',
  368. type: 'success'
  369. });
  370. } else {
  371. that.$message({
  372. message: '绩效结果考核申报信息修改成功',
  373. type: 'success'
  374. });
  375. }
  376. that.dialogVisible = false
  377. that.changeDateSelect = []
  378. that.getassessmentApplicationList()
  379. }
  380. })
  381. },
  382. agetdeptresponsibility(row) {
  383. let that = this
  384. apiGetparticipantsNumber(row.id).then(res =>{
  385. if (res.success) {
  386. that.$message({
  387. message: row.annual+'年度'+row.declarationMonth+'月份本次申报人数为'+res.data+'人',
  388. type: 'success'
  389. });
  390. let par = {
  391. defKey: "jxjgkhsb",
  392. businessKey: row.id,
  393. action: "start",
  394. opinion: "绩效结果考核申报",
  395. iamCode: window.localStorage.getItem('code')
  396. }
  397. apiGetdoAction(par).then(datas =>{
  398. if (datas && datas.data) {
  399. if (!datas.data.isOk) {
  400. that.$message({
  401. message: datas.data.msg,
  402. type: 'error'
  403. });
  404. } else {
  405. let params = {
  406. id: row.id,
  407. stage: '流程已开始'
  408. }
  409. apideptAdState(params).then(values =>{
  410. if (values.success) {
  411. that.getassessmentApplicationList()
  412. } else {
  413. that.$message({
  414. message: values.message,
  415. type: 'error'
  416. });
  417. }
  418. })
  419. }
  420. }
  421. })
  422. }
  423. })
  424. },
  425. clickDes(row, column, cell, event) {
  426. let userMes = JSON.parse(window.sessionStorage.getItem('user'))
  427. if ((userMes.id === row.applicantId && row.stage === '流程未启动') || userMes.deptId === '23031009') {
  428. if (column.label === '申报理由') {
  429. row.chngeDes = true
  430. } else {
  431. row.chngeDes = false
  432. }
  433. }
  434. },
  435. //明细
  436. getDetail(row) {
  437. this.$refs.assessmentApplicationDetail.init(row)
  438. },
  439. modifyDesFn(row) {
  440. let that = this
  441. let params = {
  442. id: row.id,
  443. declarationReason: row.declarationReason
  444. }
  445. apideptAdmodify(params).then(datas =>{
  446. if (!datas.success) {
  447. that.$message({
  448. message: datas.message,
  449. type: 'error'
  450. });
  451. } else {
  452. that.$message({
  453. message: '绩效结果考核申报申报理由修改成功',
  454. type: 'success'
  455. });
  456. that.getassessmentApplicationList()
  457. }
  458. })
  459. },
  460. seeStates(row) {
  461. if (!row.instId) {
  462. this.$message({
  463. type: 'error',
  464. message: '无法查看流程'
  465. });
  466. } else {
  467. this.statesVisible = true
  468. this.getstageData(row.instId)
  469. }
  470. },
  471. // 根据流程id获取业务id
  472. getstageData(id) {
  473. let that = this
  474. let params = {
  475. instId: id,
  476. iamCode: window.localStorage.getItem('code')
  477. }
  478. apiGetworkflowgetOpinion(params).then(datas =>{
  479. if (datas && datas.data) {
  480. that.stageArr = datas.data.data
  481. }
  482. })
  483. },
  484. getSeachData() {
  485. this.page.currentPage = 1
  486. this.getassessmentApplicationList()
  487. },
  488. resetSeach() {
  489. this.page.currentPage = 1
  490. this.orderNumber = ''
  491. this.departNameS = ''
  492. this.timeIds = ''
  493. this.getassessmentApplicationList()
  494. },
  495. handleSizeChange(val){
  496. this.page.pagesize = val
  497. this.getassessmentApplicationList()
  498. },
  499. handleCurrentChange(val){
  500. this.page.currentPage =val
  501. this.getassessmentApplicationList()
  502. },
  503. rowClick(selection, row) {
  504. this.changeDateSelect = selection
  505. },
  506. approveMsg(val) {
  507. if (val) {
  508. this.getassessmentApplicationList()
  509. }
  510. },
  511. handleAdd() {
  512. this.dialogVisible = true
  513. this.title = '新建表单填报'
  514. let yearStr = new Date().getFullYear()
  515. let monthStr = new Date().getMonth()+1
  516. this.$nextTick(() =>{
  517. this.$refs['ruleForm'].resetFields()
  518. this.ruleForm = {
  519. deptName: '',
  520. deptLeaderName: '',
  521. declarationLevel: '',
  522. annual: yearStr.toString(),
  523. declarationMonth: monthStr,
  524. declarationReason: ''
  525. }
  526. })
  527. },
  528. //删除
  529. handleDelete() {
  530. this.$confirm('此操作将永久删除该数据, 是否继续?', '提示', {
  531. confirmButtonText: '确定',
  532. cancelButtonText: '取消',
  533. type: 'warning'
  534. }).then(() => {
  535. let that = this
  536. let paramsArr = []
  537. that.changeDateSelect.forEach(it =>{
  538. paramsArr.push(it.id)
  539. })
  540. apiPostevaluationdeptadDelete(paramsArr.join(',')).then(datas =>{
  541. that.$message({
  542. type: 'success',
  543. message: '删除成功!'
  544. });
  545. that.getassessmentApplicationList()
  546. that.changeDateSelect = []
  547. })
  548. })
  549. },
  550. getGenerateReport(row) {
  551. apiGetevaluationdeptadReport(row.id).then(datas =>{
  552. let blob = new Blob([datas], { type: "application/vnd.ms-excel" })
  553. saveAs(blob, '公司本部部门及员工月度绩效考核结果申报表.xlsx')
  554. })
  555. },
  556. evalApplicationTableSty() {
  557. if (this.winPix === 1.25) {
  558. return 'evalApplication125Table'
  559. } else {
  560. return 'evalApplication100Table'
  561. }
  562. }
  563. }
  564. }
  565. </script>
  566. <style lang="less">
  567. .assessmentApplication{
  568. .assessmentApplicationBtn{
  569. .collectSeach{
  570. display: flex;
  571. padding: 24px 20px;
  572. border-bottom: 1px solid#D6DBEA;
  573. .exceed{
  574. display: flex;
  575. .exceedSpan{
  576. width: 100px;
  577. height: 12px;
  578. font-size: 14px;
  579. font-family: Microsoft YaHei;
  580. font-weight: 400;
  581. color: #8991B0;
  582. line-height: 12px;
  583. margin-top: 14px;
  584. }
  585. .el-input{
  586. margin-right:10px;
  587. height: 40px;
  588. .el-input__inner{
  589. height:40px;
  590. }
  591. .el-input__suffix{
  592. .el-select__caret{
  593. line-height:30px;
  594. }
  595. }
  596. }
  597. }
  598. .el-select{
  599. margin-right:10px;
  600. .el-input__inner{
  601. height:30px;
  602. }
  603. .el-input__suffix{
  604. .el-select__caret{
  605. line-height:30px;
  606. }
  607. }
  608. }
  609. }
  610. span{
  611. font-size:14px;
  612. }
  613. .PeriodBtn{
  614. display: flex;
  615. justify-content: end;
  616. padding: 20px 0;
  617. }
  618. .el-button{
  619. height: 30px;
  620. // width:100px;
  621. padding: 0 20px ;
  622. // padding-top: 8px;
  623. span{
  624. margin:0;
  625. }
  626. }
  627. .assessmentApplicationTableData{
  628. .evalApplication125Table{
  629. .el-table__body-wrapper{
  630. height: 53vh !important;
  631. }
  632. }
  633. .evalApplication100Table{
  634. .el-table__body-wrapper{
  635. height: 60vh !important;
  636. }
  637. }
  638. .el-table{
  639. .el-input__inner{
  640. height: 30px !important;
  641. }
  642. .el-radio__label{
  643. display: none;
  644. }
  645. .tooltipCC{
  646. width: 300px;
  647. display: inline-block;
  648. overflow: hidden;
  649. text-overflow: ellipsis;
  650. white-space: nowrap;
  651. }
  652. .tooltipCCDes{
  653. width: 200px;
  654. display: inline-block;
  655. overflow: hidden;
  656. text-overflow: ellipsis;
  657. white-space: nowrap;
  658. }
  659. .indicitem{
  660. color: #409EFF;
  661. font-size: 12px;
  662. margin-right: 20px;
  663. cursor:pointer;
  664. &:hover{
  665. text-decoration: underline;
  666. }
  667. }
  668. }
  669. .el-pagination{
  670. margin-top: 20px;
  671. text-align: end;
  672. position: relative;
  673. }
  674. }
  675. .el-overlay{
  676. .startToDia{
  677. .el-dialog__body{
  678. padding: 30px 60px 30px 20px !important;
  679. .periodFrom{
  680. .el-select, .el-input{
  681. width: 100%;
  682. }
  683. .el-input{
  684. height: 30px;
  685. }
  686. }
  687. .flowSty{
  688. width: 100%;
  689. height: 70vh;
  690. }
  691. }
  692. }
  693. }
  694. }
  695. }
  696. </style>