bkui-vue 0.0.2-modal-refactor.1 → 0.0.2-modal-refactor.3

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.
@@ -124,43 +124,43 @@
124
124
  --search-select-message-color: var(--danger-color);
125
125
  --search-select-menu-border-color: var(--disable-color);
126
126
  }
127
- .bk-modal-wrapper.bk-info-wrapper {
127
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper {
128
128
  width: 440px;
129
129
  }
130
- .bk-modal-wrapper.bk-info-wrapper.normal {
130
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper.normal {
131
131
  width: 440px;
132
132
  }
133
- .bk-modal-wrapper.bk-info-wrapper.small {
133
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper.small {
134
134
  width: 400px;
135
135
  }
136
- .bk-modal-wrapper.bk-info-wrapper .bk-modal-body {
136
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-modal-body {
137
137
  border-radius: 2px;
138
138
  }
139
- .bk-modal-wrapper.bk-info-wrapper .bk-dialog-header {
139
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-dialog-header {
140
140
  padding: 24px 24px 0;
141
141
  }
142
- .bk-modal-wrapper.bk-info-wrapper .bk-dialog-header .bk-dialog-title {
142
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-dialog-header .bk-dialog-title {
143
143
  height: 27px;
144
144
  margin: 15px 0 10px;
145
145
  }
146
- .bk-modal-wrapper.bk-info-wrapper .bk-modal-content {
146
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-modal-content {
147
147
  height: 100%;
148
148
  max-height: 100%;
149
149
  min-height: 100%;
150
150
  padding: 0 50px 10px;
151
151
  word-break: break-all;
152
152
  }
153
- .bk-modal-wrapper.bk-info-wrapper .bk-modal-content .bk-info-sub-title {
153
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-modal-content .bk-info-sub-title {
154
154
  margin-bottom: 10px;
155
155
  text-align: center;
156
156
  word-break: break-all;
157
157
  }
158
- .bk-modal-wrapper.bk-info-wrapper .bk-modal-footer {
158
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-modal-footer {
159
159
  padding: 0 65px 33px;
160
160
  background-color: #fff;
161
161
  border-top: none;
162
162
  }
163
- .bk-modal-wrapper.bk-info-wrapper .bk-modal-footer .bk-dialog-footer button {
163
+ .bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-modal-footer .bk-dialog-footer button {
164
164
  min-width: 88px;
165
165
  }
166
166
  .bk-modal-ctx {
@@ -28,8 +28,6 @@ export * from './dom';
28
28
  export * from './helper';
29
29
  export * from './hooks/use-form';
30
30
  export * from './hooks/use-form-item';
31
- export * from './mask-manager';
32
- export * from './pop-manager';
33
31
  export * from './popover';
34
32
  export * from './scrollbar-width';
35
33
  export * from './token';