Browse Source

修复bom详情页样式错误问题

yangc 7 years ago
parent
commit
10a10e3b44
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/resources/view/usercenter/forstore/bomDetail.html

+ 2 - 2
src/main/webapp/resources/view/usercenter/forstore/bomDetail.html

@@ -425,10 +425,10 @@
     .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap {
         height: 106px;
     }
-    .il-content .il-box.il-box-large .fl {
+    .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl {
         margin-right: 37px;
     }
-    .il-content .il-box.il-box-large {
+    .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large {
         width: 414px;
         margin-left: 50px;
     }