@lingxiteam/lcdp-ueditor-react 1.0.3-alpha.14 → 1.0.3-alpha.15

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.
@@ -240,30 +240,6 @@
240
240
  font-size: 15px;
241
241
  }
242
242
 
243
- .@{suffixCls}-preview {
244
- border: 1px solid @border-color;
245
- padding: 15px;
246
- margin: 15px 0;
247
- background-color: #fff;
248
- border-radius: 4px;
249
-
250
- h1 {
251
- color: inherit;
252
- font-family: inherit;
253
- font-size: inherit;
254
- margin-top: 10px;
255
- margin-bottom: 10px;
256
- }
257
-
258
- p {
259
- color: inherit;
260
- font-family: inherit;
261
- font-size: inherit;
262
- line-height: inherit;
263
- margin: 8px 0;
264
- }
265
- }
266
-
267
243
  .@{suffixCls}-system-info {
268
244
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
269
245
  color: white !important;
@@ -240,30 +240,6 @@
240
240
  font-size: 15px;
241
241
  }
242
242
 
243
- .@{suffixCls}-preview {
244
- border: 1px solid @border-color;
245
- padding: 15px;
246
- margin: 15px 0;
247
- background-color: #fff;
248
- border-radius: 4px;
249
-
250
- h1 {
251
- color: inherit;
252
- font-family: inherit;
253
- font-size: inherit;
254
- margin-top: 10px;
255
- margin-bottom: 10px;
256
- }
257
-
258
- p {
259
- color: inherit;
260
- font-family: inherit;
261
- font-size: inherit;
262
- line-height: inherit;
263
- margin: 8px 0;
264
- }
265
- }
266
-
267
243
  .@{suffixCls}-system-info {
268
244
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
269
245
  color: white !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/lcdp-ueditor-react",
3
- "version": "1.0.3-alpha.14",
3
+ "version": "1.0.3-alpha.15",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",