diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue
index d796bea..9a85d82 100644
--- a/src/components/dialog/index.vue
+++ b/src/components/dialog/index.vue
@@ -17,7 +17,7 @@
本业务需要授权
@@ -65,14 +65,6 @@
-
-
-
-
-
-
-
-
-
@@ -1208,6 +1208,7 @@ export default {
// console.log(this.getSelectList.accountQualitySelectList)
},
mounted(){
+
let that = this
// 拖拽-物品栏
new Sortable(this.$refs.goods, {
@@ -1262,8 +1263,10 @@ export default {
// 印章的拖拽
else if(that.$refs.popUpSeal) {
- that.outThingsGoods([that.goodsShelfTotalData[evt.oldIndex].id])
- that.pushThings({ idArr: [ that.goodsShelfTotalData[evt.oldIndex].id ], name: that.myMap})
+
+ const id = that.goodsShelfTotalData[evt.oldIndex].id
+ that.outThingsGoods([ id ])
+ that.pushThings({ idArr: [ id ], name: that.myMap})
}
@@ -3131,6 +3134,7 @@ export default {
padding: 20px 300px 20px 300px;
transition: all 0.5s;
background-color: rgba(255, 255, 255, 0.95);
+ min-height: 140px;
.file {
position: relative;
min-width: 140px;
@@ -3475,15 +3479,16 @@ export default {
}
.right{
margin-left: 5%;
-
-
-
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
}
.else{
width: 100%;
}
.img-wrap2{
- width: 100%;
+ width: 95%;
height: 100%;
display: flex;
flex-direction: column;
@@ -3508,7 +3513,7 @@ export default {
margin-top: 30px;
text-align: center;
button {
- width: 10vw;
+ width: 7vw;
}
// button {
// width: 100px;
diff --git a/src/pages/lobbyManager/list/index.vue b/src/pages/lobbyManager/list/index.vue
index a598828..880c6b2 100644
--- a/src/pages/lobbyManager/list/index.vue
+++ b/src/pages/lobbyManager/list/index.vue
@@ -61,7 +61,7 @@
-