.lookObjTable { .ant-modal { top: 30px !important; width: 1000px !important; } .ObjectAddTit { border-top: 1px solid #999999; padding-top: 15px; width: 100%; height: 45px; display: flex; margin-bottom: 15px; &>div { cursor: pointer; width: 50%; height: 30px; border: 1px solid #999999; text-align: center; line-height: 28px; border-radius: 5px 0 0 5px; } .ObjectAddTitTow { border-radius: 0 5px 5px 0; } .active { background-color: var(--themeColor); color: #fff; } } .goodsInfo { .row { display: flex; width: 100%; &>div { padding: 5px; width: 50%; display: flex; border: 1px solid #ccc; span { font-weight: 700; display: inline-block; width: 100px; text-align: right; } p { width: calc(100% - 110px); } } } .rowFull{ display: flex; padding: 5px; border: 1px solid #ccc; span { font-weight: 700; display: inline-block; width: 100px; text-align: right; } p { width: calc(100% - 110px); } } // .rowThree { // display: flex; // width: 100%; // &>div { // padding: 5px; // border: 1px solid #ccc; // width: 33%; // span { // font-weight: 700; // display: inline-block; // width: 100px; // text-align: right; // } // } // } } .goodsBtn { margin-top: 20px; text-align: center; } .goodsFile { .row { width: 100%; display: flex; margin-bottom: 10px; .rowTit { font-weight: 700; display: inline-block; width: 100px; text-align: right; } .rowRr { width: calc(100% - 110px); } } } }