20240205
luoJunYong.123 3 years ago
parent 723333108b
commit d91369a194
  1. 2
      src/components/case/index.vue
  2. 10
      src/components/dialog/index.vue
  3. 11
      src/pages/counter/list/index.vue
  4. 2
      src/pages/index/list/index.vue

@ -775,7 +775,7 @@ export default {
this.grade = '00' this.grade = '00'
this.$router.push('/index/list') this.$router.push('/index/list')
this.getBeginTime() this.getBeginTime()
//线 //线git sta
// location.href = 'http://124.71.12.62/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId // location.href = 'http://124.71.12.62/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId
// location.href = 'http://www.huorantech.cn/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId // location.href = 'http://www.huorantech.cn/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId
// //

@ -466,11 +466,11 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w3w5 { /deep/.w3w5 {
width: 60%; min-width: 700px;
} }
.w4w5 { /deep/.w4w5 {
width: 80%; min-width: 800px;
} }
/deep/.el-dialog { /deep/.el-dialog {
-webkit-box-shadow:0; -webkit-box-shadow:0;
@ -594,6 +594,6 @@ export default {
background-color: transparent; background-color: transparent;
} }
/deep/.myFull { /deep/.myFull {
width: 70%; width: 90%;
} }
</style> </style>

@ -3063,6 +3063,7 @@ export default {
top: 30%; top: 30%;
left: 18%; left: 18%;
height: 67vh; height: 67vh;
} }
.glass { .glass {
// //
@ -3073,16 +3074,16 @@ export default {
.employee { .employee {
// //
top: 373px; top: 46vh;
left: 675px; left: 39vw;
width: 283px; width: 283px;
position: relative; position: absolute;
} }
.employeeText { .employeeText {
// //
position: absolute; position: absolute;
top: 470px; top: 56vh;
left: 830px; left: 54vw;
color: #000; color: #000;
transform: rotateZ(38deg) scale3d(1, 1, 1) skew(-19deg, -9deg); transform: rotateZ(38deg) scale3d(1, 1, 1) skew(-19deg, -9deg);
font-size: 18px; font-size: 18px;

@ -63,7 +63,7 @@ export default {
const loading = this.$loading({ const loading = this.$loading({
lock: true, lock: true,
// text: 'Loading', // text: 'Loading',
text: '努力加载中,请稍等...', text: '努力加载中,请稍等...',
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });

Loading…
Cancel
Save