DiagCalc.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. <template>
  2. <div class="container">
  3. <div class="bgimg"></div>
  4. <div class="content" v-if="!popupVisible">
  5. <div class="title">FVIII药代动力学检测</div>
  6. <div class="diagForm">
  7. <mt-field label="病例体重(kg)" placeholder="整数或1位小数" type="number" v-model="form.bltz"></mt-field>
  8. <mt-field label="注射产品" placeholder="请选择产品" class="inputDisable" disabled v-model="form.mpro"
  9. @click.native="mproFlag=true;mfreqFlag=false">
  10. <img src="../assets/images/down.png" alt="" width="16px">
  11. </mt-field>
  12. <mt-field label="注射剂量(IU)" placeholder="请输入整数" v-model="form.zsjl" type="number"></mt-field>
  13. <!-- <div class="numSubTitle">
  14. <mt-field class="inputDisable" disabled placeholder="请选择时间" v-model="form.zssjt0"
  15. @click.native="$refs.t0Picker.open()">
  16. <img src="../assets/images/down.png" alt="" width="16px">
  17. </mt-field>
  18. <span>注射时间t<sub>0</sub></span>
  19. </div> -->
  20. <div class="numSubTitle">
  21. <mt-field class="inputDisable" disabled placeholder="请选择时间" v-model="form.zssjt0"
  22. @click.native="zssjt0Flag=true">
  23. <img src="../assets/images/down.png" alt="" width="16px">
  24. </mt-field>
  25. <span>注射时间t<sub>0</sub></span>
  26. </div>
  27. <mt-field label="基础活性%" placeholder="请输入2位小数" v-model="form.jchx"></mt-field>
  28. <!-- <mt-field label="注射后半小时内活性%" placeholder="请输入2位小数" type="number" v-model="form.zs30hx"></mt-field> -->
  29. <!-- <div class="numSubTitle">
  30. <mt-field class="inputDisable" disabled placeholder="请选择时间" v-model="form.cxsjt1"
  31. @click.native="$refs.t1Picker.open()">
  32. <img src="../assets/images/down.png" alt="" width="16px">
  33. </mt-field>
  34. <span>采血时间t<sub>1</sub></span>
  35. </div> -->
  36. <div class="numSubTitle">
  37. <mt-field class="inputDisable" disabled placeholder="请选择时间" v-model="form.cxsjt1"
  38. @click.native="cxsjt1Flag=true">
  39. <img src="../assets/images/down.png" alt="" width="16px">
  40. </mt-field>
  41. <span>采血时间t<sub>1</sub></span>
  42. </div>
  43. <div class="numSubTitle">
  44. <mt-field placeholder="请输入2位小数" v-model="form.t1hx" type="number"></mt-field>
  45. <span>t<sub>1</sub>点活性%</span>
  46. </div>
  47. <!-- <div class="numSubTitle">
  48. <mt-field class="inputDisable" disabled placeholder="请选择时间" v-model="form.cxsjt2"
  49. @click.native="$refs.t2Picker.open()">
  50. <img src="../assets/images/down.png" alt="" width="16px">
  51. </mt-field>
  52. <span>采血时间t<sub>2</sub></span>
  53. </div> -->
  54. <div class="numSubTitle">
  55. <mt-field class="inputDisable" disabled placeholder="请选择时间" v-model="form.cxsjt2"
  56. @click.native="cxsjt2Flag=true">
  57. <img src="../assets/images/down.png" alt="" width="16px">
  58. </mt-field>
  59. <span>采血时间t<sub>2</sub></span>
  60. </div>
  61. <div class="numSubTitle">
  62. <mt-field placeholder="请输入2位小数" v-model="form.t2hx" type="number"></mt-field>
  63. <span>t<sub>2</sub>点活性%</span>
  64. </div>
  65. <!-- <div class="numSubTitle">
  66. <mt-field class="inputDisable" disabled placeholder="请选择时间" v-model="form.cxsjt3"
  67. @click.native="$refs.t3Picker.open()">
  68. <img src="../assets/images/down.png" alt="" width="16px">
  69. </mt-field>
  70. <span>采血时间t<sub>3</sub></span>
  71. </div> -->
  72. <div class="numSubTitle">
  73. <mt-field class="inputDisable" disabled placeholder="请选择时间" v-model="form.cxsjt3"
  74. @click.native="cxsjt3Flag=true">
  75. <img src="../assets/images/down.png" alt="" width="16px">
  76. </mt-field>
  77. <span>采血时间t<sub>3</sub></span>
  78. </div>
  79. <div class="numSubTitle">
  80. <mt-field placeholder="请输入2位小数" v-model="form.t3hx" type="number"></mt-field>
  81. <span>t<sub>3</sub>点活性%</span>
  82. </div>
  83. </div>
  84. <!-- <div class="diagForm">
  85. <div class="formTitle">血友病治疗方案</div>
  86. <mt-field label="预防谷活性" type="number" placeholder="请输入整数" v-model="form.yfghx"></mt-field>
  87. <mt-field class="inputDisable" disabled label="注射频次" placeholder="请选择" v-model="form.zspc"
  88. @click.native="mfreqFlag=true">
  89. <img src="../assets/images/down.png" alt="" width="16px">
  90. </mt-field>
  91. </div> -->
  92. <div class="footer">
  93. <div class="jbbtn" @click="goBackRegpatinfo">返回</div>
  94. <div class="jbbtn" @click="submit">确定</div>
  95. </div>
  96. </div>
  97. <!-- 注射时间t0 -->
  98. <mt-datetime-picker ref="t0Picker" type="datetime" year-format="{value} 年" month-format="{value} 月"
  99. date-format="{value} 日" hourFormat="{value}时" minuteFormat="{value}分" @confirm='changeTime0' :endDate='endDate'
  100. :startDate='startDate' v-model="now" @touchmove.native.stop.prevent>
  101. </mt-datetime-picker>
  102. <vue-hash-calendar
  103. :visible="zssjt0Flag"
  104. ref="zssjt0"
  105. model="dialog"
  106. :is-show-action="true"
  107. picker-type="datetime"
  108. format="YY-MM-DD hh:mm"
  109. @confirm="dateConfirmZssjt0"
  110. ></vue-hash-calendar>
  111. <!-- 采血时间t1 -->
  112. <mt-datetime-picker ref="t1Picker" type="datetime" year-format="{value} 年" month-format="{value} 月"
  113. date-format="{value} 日" hourFormat="{value}时" minuteFormat="{value}分" @confirm='changeTime1' :endDate='endDate'
  114. :startDate='startDate' v-model="now" @touchmove.native.stop.prevent>
  115. </mt-datetime-picker>
  116. <vue-hash-calendar
  117. :visible="cxsjt1Flag"
  118. ref="cxsjt1"
  119. model="dialog"
  120. :is-show-action="true"
  121. picker-type="datetime"
  122. format="YY-MM-DD hh:mm"
  123. @confirm="dateConfirmCxsjt1"
  124. ></vue-hash-calendar>
  125. <!-- 采血时间t2 -->
  126. <mt-datetime-picker ref="t2Picker" type="datetime" year-format="{value} 年" month-format="{value} 月"
  127. date-format="{value} 日" hourFormat="{value}时" minuteFormat="{value}分" @confirm='changeTime2' :endDate='endDate'
  128. :startDate='startDate' v-model="now" @touchmove.native.stop.prevent>
  129. </mt-datetime-picker>
  130. <vue-hash-calendar
  131. :visible="cxsjt2Flag"
  132. ref="cxsjt2"
  133. model="dialog"
  134. :is-show-action="true"
  135. picker-type="datetime"
  136. format="YY-MM-DD hh:mm"
  137. @confirm="dateConfirmCxsjt2"
  138. ></vue-hash-calendar>
  139. <!-- 采血时间t3 -->
  140. <mt-datetime-picker ref="t3Picker" type="datetime" year-format="{value} 年" month-format="{value} 月"
  141. date-format="{value} 日" hourFormat="{value}时" minuteFormat="{value}分" @confirm='changeTime3' :endDate='endDate'
  142. :startDate='startDate' v-model="now" @touchmove.native.stop.prevent>
  143. </mt-datetime-picker>
  144. <vue-hash-calendar
  145. :visible="cxsjt3Flag"
  146. ref="cxsjt3"
  147. model="dialog"
  148. :is-show-action="true"
  149. picker-type="datetime"
  150. format="YY-MM-DD hh:mm"
  151. @confirm="dateConfirmCxsjt3"
  152. ></vue-hash-calendar>
  153. <!-- 注射频次 -->
  154. <!-- <mt-picker @change="onValuesChange1" v-if="mfreqFlag" :slots="slots1" ref="sexPicker1" class="sexPicker"
  155. :showToolbar="true" @touchmove.native.stop.prevent>
  156. <div class="pickerConfirm" @click="mfreqFlag=false">确认</div>
  157. </mt-picker> -->
  158. <!-- 注射产品 -->
  159. <mt-picker @change="onValuesChange" v-if="mproFlag" :slots="slots" ref="sexPicker" class="sexPicker"
  160. :showToolbar="true">
  161. <div class="pickerConfirm" @click="mproFlag=false">确认</div>
  162. </mt-picker>
  163. <!-- 试算弹出框 -->
  164. <div class="content" v-if="popupVisible">
  165. <div class="popupContainer">
  166. <!-- 药代动力学参数 -->
  167. <div class="diagShowForm">
  168. <div class="formTitle">FVIII 药代动力学参数</div>
  169. <div style="display:flex;">
  170. <div class="rowfont" style="width:50%;">半衰期(小时)</div>
  171. <div class="rowfont" style="width:50%;color:#888;">{{form.bsq}}</div>
  172. </div>
  173. <div style="display:flex;">
  174. <div class="rowfont" style="width:50%;">利用率%</div>
  175. <div class="rowfont" style="width:50%;color:#888;">{{form.lyl*100}}</div>
  176. </div>
  177. <div style="display:flex;">
  178. <div class="rowfont" style="width:50%;">预期峰值活性%</div>
  179. <div class="rowfont" style="width:50%;color:#888;">{{form.yqfzhx}}</div>
  180. </div>
  181. </div>
  182. <!-- 血友病预防治疗剂量计算 -->
  183. <div class="diagShowForm">
  184. <div class="formTitle">血友病预防治疗剂量计算</div>
  185. <div class="popupDiagForm">
  186. <mt-field label="目标谷活性%" type="number" placeholder="请输入整数" v-model="form.yfghx" @input.native="mczsjl=''">
  187. </mt-field>
  188. <mt-field class="inputDisable" disabled label="注射频次" placeholder="请选择" v-model="form.zspc"
  189. @click.native="mfreqFlag=true">
  190. <img src="../assets/images/down.png" alt="" width="16px">
  191. </mt-field>
  192. <mt-field label="每次注射剂量(IU)" type="number" placeholder="" v-model="mczsjl" disabled></mt-field>
  193. </div>
  194. </div>
  195. <div class="popupFooter">
  196. <div class="jbbtn" @click="goback">返回</div>
  197. <div class="jbbtn" @click="calc_mczsjl">计算</div>
  198. <div class="jbbtn" @click="goSelect">确定</div>
  199. </div>
  200. </div>
  201. <!-- 注射频次 -->
  202. <mt-picker @change="onValuesChange1" v-if="mfreqFlag" :slots="slots1" ref="sexPicker1" class="sexPicker"
  203. :showToolbar="true" @touchmove.native.stop.prevent>
  204. <div class="pickerConfirm" @click="mfreqFlag=false">确认</div>
  205. </mt-picker>
  206. </div>
  207. </div>
  208. </template>
  209. <script>
  210. import {
  211. Field,
  212. MessageBox,
  213. Toast,
  214. Popup
  215. } from 'mint-ui'
  216. export default {
  217. name: 'Index',
  218. components: {
  219. Field,
  220. MessageBox,
  221. Toast,
  222. Popup
  223. },
  224. data() {
  225. return {
  226. msg: 'Welcome to Your Vue.js App',
  227. mfreqFlag: false,
  228. form: {
  229. jchx: '',
  230. zssjt0: '',
  231. cxsjt1: '',
  232. cxsjt2: '',
  233. cxsjt3: '',
  234. mczsjl: null
  235. },
  236. mczsjl: null,
  237. slots1: [{
  238. flex: 1,
  239. values: this.$const.zspc,
  240. className: 'slot1',
  241. textAlign: 'center'
  242. }],
  243. startDate: new Date(this.$datetime.formatDateTime(new Date("2013-01-01 00:00:00"))),
  244. endDate: new Date(this.$datetime.formatDateTime(new Date("2024-01-01 00:00:00"))),
  245. now: new Date(),
  246. mproFlag: false,
  247. slots: [{
  248. flex: 1,
  249. values: this.$const.mprolist,
  250. className: 'slot1',
  251. textAlign: 'center'
  252. }],
  253. popupVisible: this.$route.query.edit ? true : false,
  254. patient_id: this.$route.query.patid,
  255. zssjt0Flag:false,
  256. cxsjt1Flag:false,
  257. cxsjt2Flag:false,
  258. cxsjt3Flag:false
  259. }
  260. },
  261. methods: {
  262. goBackRegpatinfo(){
  263. if(this.$route.query && this.$route.query.patid){
  264. this.$router.push({
  265. path:"regpatinfo",
  266. query:{
  267. patid:this.$route.query.patid
  268. }
  269. })
  270. }
  271. },
  272. goback() {
  273. if (this.$route.query && this.$route.query.edit && this.$route.query.back) {
  274. this.$router.push({
  275. path: this.$route.query.back
  276. });
  277. } else {
  278. this.popupVisible = false;
  279. }
  280. },
  281. goPage() {
  282. this.$router.push('/diagcalcshow')
  283. },
  284. changeTime0(value) {
  285. this.form.zssjt0 = this.$datetime.formatDateTime(value).replaceAll("/", "-")
  286. },
  287. dateConfirmZssjt0(value){
  288. this.form.zssjt0 = value
  289. this.zssjt0Flag = false
  290. },
  291. changeTime1(value) {
  292. this.form.cxsjt1 = this.$datetime.formatDateTime(value).replaceAll("/", "-")
  293. },
  294. dateConfirmCxsjt1(value){
  295. this.form.cxsjt1 = value
  296. this.cxsjt1Flag = false
  297. },
  298. changeTime2(value) {
  299. this.form.cxsjt2 = this.$datetime.formatDateTime(value).replaceAll("/", "-")
  300. },
  301. dateConfirmCxsjt2(value){
  302. this.form.cxsjt2 = value
  303. this.cxsjt2Flag = false
  304. },
  305. changeTime3(value) {
  306. this.form.cxsjt3 = this.$datetime.formatDateTime(value).replaceAll("/", "-")
  307. },
  308. dateConfirmCxsjt3(value){
  309. this.form.cxsjt3 = value
  310. this.cxsjt3Flag = false
  311. },
  312. onValuesChange(picker, values) {
  313. if (picker.getSlotValue(0)) {
  314. this.form.mpro = picker.getSlotValue(0)
  315. } else {
  316. this.form.mpro = "人血FVIII"
  317. }
  318. },
  319. onValuesChange1(picker, values) {
  320. if (picker.getSlotValue(0)) {
  321. this.form.zspc = picker.getSlotValue(0)
  322. } else {
  323. this.form.zspc = this.$const.zspc[0]
  324. }
  325. this.form.mczsjl = ""
  326. this.mczsjl = ""
  327. },
  328. goSelect() {
  329. let params = this.form
  330. params.patient_id = this.patient_id
  331. let that = this
  332. this.$api.regPatientCase(params).then(res => {
  333. if (!res.data.code) {
  334. this.$router.push({
  335. path: 'pretraitcase',
  336. query: {
  337. id: res.data.data.id
  338. }
  339. })
  340. } else {
  341. Toast(res.data.message)
  342. }
  343. })
  344. },
  345. submit() {
  346. if (!this.form.bltz) {
  347. MessageBox({
  348. title: '提示',
  349. message: '请输入病例体重'
  350. })
  351. return
  352. } else {
  353. if (!this.$recheck.checkIntFloat1(this.form.bltz)) {
  354. MessageBox({
  355. title: '提示',
  356. message: '病例体重请输入整数或1位小数'
  357. })
  358. return
  359. }
  360. }
  361. if (!this.form.zsjl) {
  362. MessageBox({
  363. title: '提示',
  364. message: '请输入注射剂量'
  365. })
  366. return
  367. } else {
  368. if (!this.$recheck.checkInt(this.form.zsjl)) {
  369. MessageBox({
  370. title: '提示',
  371. message: '注射剂量请输入整数'
  372. })
  373. return
  374. }
  375. }
  376. if (!this.form.zssjt0) {
  377. MessageBox({
  378. title: '提示',
  379. message: '请选择注射时间t<sub>0</sub>'
  380. })
  381. return
  382. }
  383. if (!this.$recheck.checkIntFloat12(this.form.jchx)) {
  384. MessageBox({
  385. title: '提示',
  386. message: '请输入整数或2位小数?'
  387. })
  388. return
  389. }
  390. // if (!this.form.zs30hx) {
  391. // MessageBox({
  392. // title: '提示',
  393. // message: '请输入注射后半小时内活性'
  394. // })
  395. // return
  396. // } else {
  397. // if (!this.$recheck.checkIntFloat12(this.form.zs30hx)) {
  398. // MessageBox({
  399. // title: '提示',
  400. // message: '注射后半小时内活性请输入整数或2位小数'
  401. // })
  402. // return
  403. // }
  404. // }
  405. if (!this.form.cxsjt1) {
  406. MessageBox({
  407. title: '提示',
  408. message: '请选择采血时间t<sub>1</sub>'
  409. })
  410. return
  411. }
  412. if (!this.form.t1hx) {
  413. MessageBox({
  414. title: '提示',
  415. message: '请输入t<sub>1</sub>点活性'
  416. })
  417. return
  418. } else {
  419. if (!this.$recheck.checkIntFloat12(this.form.t1hx)) {
  420. MessageBox({
  421. title: '提示',
  422. message: 't<sub>1</sub>点活性请输入整数或2位小数'
  423. })
  424. return
  425. }
  426. }
  427. if (!this.form.cxsjt2) {
  428. MessageBox({
  429. title: '提示',
  430. message: '请选择采血时间t<sub>2</sub>'
  431. })
  432. return
  433. }
  434. if (!this.form.t2hx) {
  435. MessageBox({
  436. title: '提示',
  437. message: '请输入t<sub>2</sub>点活性'
  438. })
  439. return
  440. } else {
  441. if (!this.$recheck.checkIntFloat12(this.form.t2hx)) {
  442. MessageBox({
  443. title: '提示',
  444. message: 't<sub>2</sub>点活性请输入整数或2位小数'
  445. })
  446. return
  447. }
  448. }
  449. if (!this.form.cxsjt3) {
  450. MessageBox({
  451. title: '提示',
  452. message: '请选择采血时间t<sub>3</sub>'
  453. })
  454. return
  455. }
  456. if (!this.form.t3hx) {
  457. MessageBox({
  458. title: '提示',
  459. message: '请输入t<sub>3</sub>点活性'
  460. })
  461. return
  462. } else {
  463. if (!this.$recheck.checkIntFloat12(this.form.t3hx)) {
  464. MessageBox({
  465. title: '提示',
  466. message: 't<sub>3</sub>点活性请输入整数或2位小数'
  467. })
  468. return
  469. }
  470. }
  471. // if (!this.form.yfghx) {
  472. // MessageBox({
  473. // title: '提示',
  474. // message: '请输入预防谷活性'
  475. // })
  476. // return
  477. // } else {
  478. // if (!this.$recheck.checkInt(this.form.yfghx)) {
  479. // MessageBox({
  480. // title: '提示',
  481. // message: '预防谷活性请输入整数'
  482. // })
  483. // return
  484. // }
  485. // }
  486. // if (!this.form.zspc) {
  487. // MessageBox({
  488. // title: '提示',
  489. // message: '请选择注射频次'
  490. // })
  491. // return
  492. // }
  493. let params = this.form
  494. params.patient_id = this.patient_id
  495. let that = this
  496. this.$api.regPatientCase(params).then(res => {
  497. if (!res.data.code) {
  498. that.form = res.data.data;
  499. this.popupVisible = true;
  500. } else {
  501. Toast(res.data.message)
  502. }
  503. })
  504. },
  505. calc_mczsjl() {
  506. let that = this;
  507. this.$api.calc_mczsjl(this.form).then(res => {
  508. if (res.data.code == 0) {
  509. this.$set(this.form, "mczsjl", res.data.data)
  510. this.mczsjl = res.data.data
  511. }
  512. })
  513. }
  514. },
  515. created() {
  516. let patid = this.$route.query.patid;
  517. if (!patid) {
  518. this.$router.push("regpatinfo")
  519. } else {
  520. if(this.$route.query && this.$route.query.id){
  521. let case_id = this.$route.query.id
  522. this.$api.getPatientCaseInfo({id:case_id}).then(res=>{
  523. this.form = res.data.data
  524. this.mczsjl = res.data.data.mczsjl
  525. })
  526. }else{
  527. this.$api.getPatientDoingCase({
  528. patid: patid
  529. }).then(res => {
  530. if (res.data.code == 0 && res.data.data.id) {
  531. this.form = res.data.data
  532. this.mczsjl = res.data.data.mczsjl
  533. }
  534. })
  535. }
  536. }
  537. },
  538. }
  539. </script>
  540. <style scoped lang="scss">
  541. .diagForm {
  542. width: 84%;
  543. margin: auto;
  544. margin-top: 1rem;
  545. background: #fff;
  546. padding: 1rem;
  547. border-radius: 5px;
  548. .formTitle {
  549. height: 1rem;
  550. line-height: 1rem;
  551. text-align: left;
  552. color: #2882F4;
  553. padding-bottom: 0.5rem;
  554. border-bottom: 1px solid #2882F4;
  555. font-weight: bold;
  556. }
  557. .mint-field {
  558. border: 1px solid #ccc;
  559. border-radius: 50px;
  560. margin-top: 1rem;
  561. }
  562. .mint-cell {
  563. min-height: 2rem;
  564. }
  565. }
  566. .container {
  567. height: 100vh;
  568. .content {
  569. height: 100vh;
  570. }
  571. }
  572. .numSubTitle {
  573. position: relative;
  574. span {
  575. position: absolute;
  576. left: 25px;
  577. top: 5px;
  578. }
  579. }
  580. /deep/ .numSubTitle .mint-field-core {
  581. margin-left: 105px;
  582. }
  583. /deep/ .picker-items {
  584. width: 100% !important;
  585. }
  586. /* 试算样式 */
  587. /deep/ .mint-popup {
  588. width: 90%;
  589. }
  590. .diagShowForm {
  591. width: 84%;
  592. margin: auto;
  593. margin-top: 1rem;
  594. background: #fff;
  595. padding: 1rem;
  596. border-radius: 5px;
  597. .formTitle {
  598. height: 1rem;
  599. line-height: 1rem;
  600. text-align: left;
  601. color: #2882F4;
  602. padding-bottom: 0.5rem;
  603. border-bottom: 1px solid #2882F4;
  604. font-weight: bold;
  605. }
  606. .mint-cell {
  607. min-height: 2.5rem;
  608. }
  609. /deep/ .mint-cell .mint-cell-title {
  610. width: 60%;
  611. text-align: left;
  612. }
  613. /deep/ .mint-cell .mint-cell-value {
  614. width: 40%;
  615. text-align: right;
  616. }
  617. }
  618. .popupContainer {
  619. background: #EFEFEF;
  620. padding: 2px;
  621. height: 100vh;
  622. width: 84%;
  623. margin: auto;
  624. }
  625. .popupFooter {
  626. display: flex;
  627. /* padding: 2rem; */
  628. background: #EFEFEF;
  629. margin-top: 2rem;
  630. .jbbtn {
  631. width: 26%;
  632. margin-top: 1rem;
  633. margin-bottom: 1rem;
  634. }
  635. }
  636. .footer{
  637. display: flex;
  638. .jbbtn {
  639. width: 42%;
  640. margin-top: 1rem;
  641. margin-bottom: 1rem;
  642. }
  643. }
  644. /deep/ .mint-cell-wrapper{
  645. background-image:none!important;
  646. }
  647. /deep/ .mint-cell:last-child{
  648. background-image:none!important;
  649. }
  650. </style>