Browse Source

修改下拉框弹不出来的问题

wangqin
刘朋 8 months ago
parent
commit
a850b67f64
  1. 2
      ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue

2
ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue

@ -113,7 +113,7 @@ export default {
height: 100%; height: 100%;
background: rgba(0, 0, 0, 0.36); background: rgba(0, 0, 0, 0.36);
border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px;
z-index: 2100; z-index: 1100;
// display: flex; // display: flex;
// align-items: center; // align-items: center;
// justify-content: center; // justify-content: center;

Loading…
Cancel
Save