@import "./antd.less"; // 公共样式 #app { background: #E5E5E5; } .content { padding: 13px; } .main { padding : 13px; background: #fff; } .cardTitle { border-left : 8px solid #205FBD; padding-left : 10px; margin-left : 10px; margin-bottom: 10px; } // 表格 #commonTable { margin: 24px; } .search-box { margin: 30px; } .add-btn{ background-color: rgba(251, 101, 61, 1) !important; color: rgba(255, 255, 255, 1) !important; } .footer { height : 84px; width : 100%; background : #fff; position : fixed; bottom : 0; z-index : 999; line-height : 84px; box-shadow : 0px -2px 4px 0px rgba(0, 0, 0, 0.35); border-radius: 4px 4px 0px 0px; border : 1px solid #e8e8e8; left : 200px; } // 抽屉 .drawer-content { text-align: left; } .drawer-footer { position : absolute; right : 0; bottom : 0; width : 100%; border-top: 1px solid #e9e9e9; padding : 10px 16px; background: #fff; text-align: right; z-index : 1; } .ant-modal-content{ margin-top:100px; }