Bladeren bron

页面提示框位置修改

jbb 2 jaren geleden
bovenliggende
commit
d8cf1239cf
2 gewijzigde bestanden met toevoegingen van 5 en 1 verwijderingen
  1. 4 0
      public/index.html
  2. 1 1
      src/views/shipment-details/shipmentList.vue

+ 4 - 0
public/index.html

@@ -237,6 +237,10 @@
         background: #f6f6f6;
       }
       /* 滚动条优化 end */
+
+      .ant-popover {
+        top: 345.991px !important
+      }
     </style>
     <!-- 全局配置 -->
     <!-- <script src="<%= BASE_URL %>static/config.js"></script>  odd -->

+ 1 - 1
src/views/shipment-details/shipmentList.vue

@@ -150,7 +150,7 @@
               </a-menu-item>
 
               <a-menu-item>
-                <a-popconfirm title="确定删除吗?" ok-text="是" cancel-text="否" @confirm="handleDelete(record)">
+                <a-popconfirm  arrowPointAtCenter title="确定删除吗?" ok-text="是" cancel-text="否" @confirm="handleDelete(record)">
                   <a href="javascript:void(0);" style="color:red;">删除</a>
                 </a-popconfirm>
               </a-menu-item>