.myMediation { position: relative; margin: @pageMargin; &-tuiTag { width: 22px; height: 22px; border: 0.5px solid @error-color; font-size: 12px; line-height: 20px; color: @error-color; text-align: center; border-radius: 50%; } &-search { background-color: #ffffff; border-radius: @border-radius-base; padding: 16px; } &-table { background-color: #ffffff; .ant-table-pagination.ant-pagination { margin: 16px; } .site-tag-plus { background: #fff; border-style: dashed; cursor: pointer; } } &-check { position: absolute; background-color: #ffffff; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; padding: 16px; } }