12345678910111213141516171819202122232425262728 |
- .LookObject2Model{
- .ant-modal{
- width: 1000px !important;
- }
- .moveLocBox{
- border-top: 1px solid #ccc;
- padding-top: 10px;
- &>div{
- display: flex;
- align-items: center;
- margin-bottom: 15px;
- &>span{
- font-weight: 700;
- width: 80px;
- }
- &>p{
- width: calc(100% - 90px);
- }
- }
- .moveBtn{
- justify-content: center;
- }
- }
- .logBox{
- border-top: 1px solid #ccc;
- padding-top: 10px;
- }
- }
|