123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .A1add {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 12;
- background-color: #fff;
- border-radius: 10px;
- padding: 24px;
- :global {
- .A1eMain {
- width: 100%;
- height: 100%;
- overflow-y: auto;
- .A1fromRow {
- position: relative;
- width: 800px;
- height: 56px;
- // &>div {
- // width: 100%;
- // }
- .A1_1Frow {
- position: absolute;
- top: 0px;
- left: 600px;
- width: 200px;
- }
- .A1_4Frow {
- position: absolute;
- left: 400px;
- top: 4px;
- }
- .A1_6Frow {
- position: absolute;
- left: 200px;
- top: 5px;
- color: #999;
- font-size: 12px;
- }
- }
- .ant-form {
- width: 800px;
- // .ant-input-affix-wrapper{
- // width: 800px;
- // }
- .formRow {
- display: flex;
- .formLeft {
- position: relative;
- top: 3px;
- width: 100px;
- text-align: right;
- &>span {
- color: #ff4d4f;
- }
- }
- .formRight {
- width: calc(100% - 100px);
- }
- }
- .A1Ebtn {
- position: absolute;
- z-index: 10;
- left: 1200px;
- top: 50%;
- transform: translateY(-50%);
- }
- }
- }
- // 从查看进入
- .A1eMainLook{
- // 左边的 label 也不让选中
- label{
- pointer-events: none;
- }
- .ant-picker{
- pointer-events: none;
- }
- .ant-checkbox-wrapper{
- pointer-events: none;
- }
- .ant-input-number{
- pointer-events: none;
- }
- .ant-select{
- pointer-events: none;
- }
- }
- }
- }
|