123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .AddObject6 {
- :global {
- .objectSonMain {
- padding: 10px 30px;
- .addInfoTop {
- .row {
- display: flex;
- justify-content: space-between;
- height: 50px;
- &>div {
- width: 45%;
- height: 50px;
- align-items: center;
- display: flex;
- &>span {
- width: 80px;
- }
- .bs {
- position: relative;
- &::before {
- content: '*';
- position: absolute;
- z-index: 10;
- top: 2px;
- left: -10px;
- color: #ff4d4f;
- }
- }
- }
- }
- .rowAll {
- display: flex;
- margin-top: 6px;
- &>span {
- width: 80px;
- }
- .ant-input-textarea {
- width: calc(100% - 80px);
- }
- }
- }
- .addTableBox {
- margin-top: 30px;
- width: 100%;
- height: 485px;
- .addTableBox_Tit {
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .addTableBox_TitL {
- display: flex;
- align-items: center;
- color: var(--themeColor);
- font-size: 20px;
- font-weight: 700;
- }
- }
- .addTableBox_table {
- width: 100%;
- height: calc(100% - 90px);
- }
- .addTableBox_btn {
- width: 100%;
- height: 40px;
- display: flex;
- justify-content: center;
- margin-top: 10px;
- }
- }
- }
- }
- }
|