12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- nz-table{
- width:100%;
- padding:20px;
- th{
- color:var(--color-text-desc);
- }
- }
- // 选中,批量操作区域
- .batch-toolbar-modal{
- position: absolute;
- display: flex;
- justify-content: center;
- bottom: 80px;
- left: calc(50% - 210px);
- -webkit-transform: translate(0);
- transform: translate(0);
- }
- .batch-toolbar {
- display: flex;
- align-items: center;
- height: 56px;
- // min-width: 600px;
- background: #fff;
- border: 1px solid #e5e6eb;
- box-sizing: border-box;
- box-shadow: 0 16px 32px -10px rgba(4, 24, 115, .1);
- border-radius: 4px;
- button{
- color:#545968;
- }
- }
- .batch-toolbar .styles_counter__18S08 {
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- background: #215ae5;
- width: 100px;
- font-size: 12px;
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- .batch-toolbar .batch-toolbar-actions {
- display: flex;
- margin: auto;
- padding: 0 20px;
- }
- .batch-toolbar .styles_cancel__AARoT {
- font-size: 16px;
- border-left: 1px solid #a9aeb8;
- // padding-left: 20px;
- display: flex;
- justify-content: center;
- width: 128px;
- }
- .batch-toolbar .styles_counter__18S08 .styles_num__178Wa {
- font-size: 24px;
- margin-left: 8px;
- }
- .ant-space-align-center {
- align-items: center;
- }
- .ant-space {
- display: inline-flex;
- }
|