@ant-design/pro-components 1.1.15 → 1.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2532,6 +2532,120 @@ html {
2532
2532
  text-align: left;
2533
2533
  }
2534
2534
 
2535
+ .ant-pro-page-container-children-content {
2536
+ margin: 24px 24px 0;
2537
+ padding: inherit;
2538
+ }
2539
+ .ant-pro-page-container {
2540
+ background-color: inherit;
2541
+ }
2542
+ .ant-pro-page-container-warp {
2543
+ background-color: #fff;
2544
+ }
2545
+ .ant-pro-page-container-warp .ant-tabs-nav {
2546
+ margin: 0;
2547
+ }
2548
+ .ant-pro-page-container-ghost .ant-pro-page-container-warp {
2549
+ background-color: transparent;
2550
+ }
2551
+ .ant-pro-page-container-ghost .ant-pro-page-container-children-content {
2552
+ margin-top: 0;
2553
+ }
2554
+ .ant-pro-page-container-main .ant-pro-page-container-detail {
2555
+ display: flex;
2556
+ }
2557
+ .ant-pro-page-container-main .ant-pro-page-container-row {
2558
+ display: flex;
2559
+ width: 100%;
2560
+ }
2561
+ .ant-pro-page-container-main .ant-pro-page-container-title-content {
2562
+ margin-bottom: 16px;
2563
+ }
2564
+ .ant-pro-page-container-main .ant-pro-page-container-title,
2565
+ .ant-pro-page-container-main .ant-pro-page-container-content {
2566
+ flex: auto;
2567
+ width: 100%;
2568
+ }
2569
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent,
2570
+ .ant-pro-page-container-main .ant-pro-page-container-main {
2571
+ flex: 0 1 auto;
2572
+ }
2573
+ .ant-pro-page-container-main .ant-pro-page-container-main {
2574
+ width: 100%;
2575
+ }
2576
+ .ant-pro-page-container-main .ant-pro-page-container-title {
2577
+ margin-bottom: 16px;
2578
+ }
2579
+ .ant-pro-page-container-main .ant-pro-page-container-logo {
2580
+ margin-bottom: 16px;
2581
+ }
2582
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent {
2583
+ min-width: 242px;
2584
+ margin-left: 88px;
2585
+ text-align: right;
2586
+ }
2587
+ @media screen and (max-width: 1200px) {
2588
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent {
2589
+ margin-left: 44px;
2590
+ }
2591
+ }
2592
+ @media screen and (max-width: 992px) {
2593
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent {
2594
+ margin-left: 20px;
2595
+ }
2596
+ }
2597
+ @media screen and (max-width: 768px) {
2598
+ .ant-pro-page-container-main .ant-pro-page-container-row {
2599
+ display: block;
2600
+ }
2601
+ .ant-pro-page-container-main .ant-pro-page-container-action,
2602
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent {
2603
+ margin-left: 0;
2604
+ text-align: left;
2605
+ }
2606
+ }
2607
+ @media screen and (max-width: 576px) {
2608
+ .ant-pro-page-container-detail {
2609
+ display: block;
2610
+ }
2611
+ .ant-pro-page-container-extraContent {
2612
+ margin-left: 0;
2613
+ }
2614
+ }
2615
+
2616
+ .ant-pro-grid-content {
2617
+ width: 100%;
2618
+ }
2619
+ .ant-pro-grid-content.wide {
2620
+ max-width: 1200px;
2621
+ margin: 0 auto;
2622
+ }
2623
+
2624
+ .ant-pro-footer-bar {
2625
+ position: fixed;
2626
+ right: 0;
2627
+ bottom: 0;
2628
+ z-index: 99;
2629
+ display: flex;
2630
+ align-items: center;
2631
+ width: 100%;
2632
+ padding: 0 24px;
2633
+ line-height: 44px;
2634
+ background: #fff;
2635
+ border-top: 1px solid #f0f0f0;
2636
+ box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
2637
+ transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
2638
+ }
2639
+ .ant-pro-footer-bar-left {
2640
+ flex: 1;
2641
+ }
2642
+ .ant-pro-footer-bar-right > * {
2643
+ margin-right: 8px;
2644
+ }
2645
+ .ant-pro-footer-bar-right > *:last-child {
2646
+ margin: 0;
2647
+ }
2648
+
2535
2649
  .ant-pro-basicLayout {
2536
2650
  display: flex;
2537
2651
  flex-direction: column;
@@ -2906,14 +3020,6 @@ html {
2906
3020
  font-size: 14px;
2907
3021
  }
2908
3022
 
2909
- .ant-pro-grid-content {
2910
- width: 100%;
2911
- }
2912
- .ant-pro-grid-content.wide {
2913
- max-width: 1200px;
2914
- margin: 0 auto;
2915
- }
2916
-
2917
3023
  .ant-pro-setting-drawer-content {
2918
3024
  position: relative;
2919
3025
  min-height: 100%;
@@ -3066,112 +3172,6 @@ html {
3066
3172
  cursor: pointer;
3067
3173
  }
3068
3174
 
3069
- .ant-pro-page-container-children-content {
3070
- margin: 24px 24px 0;
3071
- padding: inherit;
3072
- }
3073
- .ant-pro-page-container {
3074
- background-color: inherit;
3075
- }
3076
- .ant-pro-page-container-warp {
3077
- background-color: #fff;
3078
- }
3079
- .ant-pro-page-container-warp .ant-tabs-nav {
3080
- margin: 0;
3081
- }
3082
- .ant-pro-page-container-ghost .ant-pro-page-container-warp {
3083
- background-color: transparent;
3084
- }
3085
- .ant-pro-page-container-ghost .ant-pro-page-container-children-content {
3086
- margin-top: 0;
3087
- }
3088
- .ant-pro-page-container-main .ant-pro-page-container-detail {
3089
- display: flex;
3090
- }
3091
- .ant-pro-page-container-main .ant-pro-page-container-row {
3092
- display: flex;
3093
- width: 100%;
3094
- }
3095
- .ant-pro-page-container-main .ant-pro-page-container-title-content {
3096
- margin-bottom: 16px;
3097
- }
3098
- .ant-pro-page-container-main .ant-pro-page-container-title,
3099
- .ant-pro-page-container-main .ant-pro-page-container-content {
3100
- flex: auto;
3101
- width: 100%;
3102
- }
3103
- .ant-pro-page-container-main .ant-pro-page-container-extraContent,
3104
- .ant-pro-page-container-main .ant-pro-page-container-main {
3105
- flex: 0 1 auto;
3106
- }
3107
- .ant-pro-page-container-main .ant-pro-page-container-main {
3108
- width: 100%;
3109
- }
3110
- .ant-pro-page-container-main .ant-pro-page-container-title {
3111
- margin-bottom: 16px;
3112
- }
3113
- .ant-pro-page-container-main .ant-pro-page-container-logo {
3114
- margin-bottom: 16px;
3115
- }
3116
- .ant-pro-page-container-main .ant-pro-page-container-extraContent {
3117
- min-width: 242px;
3118
- margin-left: 88px;
3119
- text-align: right;
3120
- }
3121
- @media screen and (max-width: 1200px) {
3122
- .ant-pro-page-container-main .ant-pro-page-container-extraContent {
3123
- margin-left: 44px;
3124
- }
3125
- }
3126
- @media screen and (max-width: 992px) {
3127
- .ant-pro-page-container-main .ant-pro-page-container-extraContent {
3128
- margin-left: 20px;
3129
- }
3130
- }
3131
- @media screen and (max-width: 768px) {
3132
- .ant-pro-page-container-main .ant-pro-page-container-row {
3133
- display: block;
3134
- }
3135
- .ant-pro-page-container-main .ant-pro-page-container-action,
3136
- .ant-pro-page-container-main .ant-pro-page-container-extraContent {
3137
- margin-left: 0;
3138
- text-align: left;
3139
- }
3140
- }
3141
- @media screen and (max-width: 576px) {
3142
- .ant-pro-page-container-detail {
3143
- display: block;
3144
- }
3145
- .ant-pro-page-container-extraContent {
3146
- margin-left: 0;
3147
- }
3148
- }
3149
-
3150
- .ant-pro-footer-bar {
3151
- position: fixed;
3152
- right: 0;
3153
- bottom: 0;
3154
- z-index: 99;
3155
- display: flex;
3156
- align-items: center;
3157
- width: 100%;
3158
- padding: 0 24px;
3159
- line-height: 44px;
3160
- background: #fff;
3161
- border-top: 1px solid #f0f0f0;
3162
- box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
3163
- transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3164
- }
3165
- .ant-pro-footer-bar-left {
3166
- flex: 1;
3167
- }
3168
- .ant-pro-footer-bar-right > * {
3169
- margin-right: 8px;
3170
- }
3171
- .ant-pro-footer-bar-right > *:last-child {
3172
- margin: 0;
3173
- }
3174
-
3175
3175
  .ant-pro-list {
3176
3176
  background-color: transparent;
3177
3177
  }