@litianxiang/portal-ui 0.1.2 → 0.1.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.
@@ -1361,7 +1361,6 @@
1361
1361
  // 表格式表单布局
1362
1362
  .form-content {
1363
1363
  padding: 0;
1364
- border: 1px solid #ccc;
1365
1364
  font-size: 0; // 消除行内元素间隙
1366
1365
 
1367
1366
  .el-row {
@@ -65,9 +65,19 @@
65
65
 
66
66
  .panel-body {
67
67
  border: 1px solid #ccc;
68
+ border-top: none;
68
69
  padding: 16px;
69
70
  }
70
71
 
72
+ .panel-form {
73
+ border: 1px solid #ccc;
74
+ border-top: none;
75
+ }
76
+
77
+ .panel-no-header {
78
+ border: 1px solid #ccc;
79
+ }
80
+
71
81
  .no-border-top {
72
82
  border-top: none;
73
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",