Преглед изворни кода

解决卖家中心产品推荐编辑状态下上传文件弹出框底部被隐藏的问题

hangb пре 8 година
родитељ
комит
6f66783d22
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      src/main/webapp/resources/view/vendor/modal/recommend_product_modal.html

+ 6 - 0
src/main/webapp/resources/view/vendor/modal/recommend_product_modal.html

@@ -1,4 +1,10 @@
 <style>
 <style>
+    .modal {
+        top: 0;
+        left: 0;
+        margin-left: 0;
+        margin-top: 0;
+    }
 .modal-dialog{
 .modal-dialog{
     width: 795px;
     width: 795px;
 }
 }