Przeglądaj źródła

style: 调整antd drawer抽屉header结构

lanjianrong 4 lat temu
rodzic
commit
ae51e370c8
1 zmienionych plików z 9 dodań i 0 usunięć
  1. 9 0
      src/global.less

+ 9 - 0
src/global.less

@@ -197,6 +197,15 @@ input:-webkit-autofill:active {
   > .ant-drawer-content-wrapper {
     width: 70% !important;
   }
+  .ant-drawer-header {
+    padding: 0 !important;
+    .ant-drawer-header-title {
+      position: absolute;
+      top: 12px;
+      right: 0;
+      z-index: 1050;
+    }
+  }
 }
 .ant-pro-table-list-toolbar-search {
   > .ant-input-group-wrapper {