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.$router.push('/index/list')
this.getBeginTime()
//线
//线git sta
// 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
//

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

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

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

Loading…
Cancel
Save