@lingxiteam/assets 0.11.30-alpha.2 → 0.11.30-alpha.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.
@@ -115,6 +115,30 @@
115
115
  &-body {
116
116
  font-size: 15* @hd;
117
117
  color: rgba(28, 36, 46, 0.75);
118
+
119
+ // 内置文章样式
120
+ dt {
121
+ font-size: 17* @hd;
122
+ font-weight: 500;
123
+ margin-top: 30* @hd;
124
+ }
125
+ dd {
126
+ padding: 8* @hd 0;
127
+ margin: 0;
128
+ font-size: 15* @hd;
129
+ }
130
+ ol, ul {
131
+ padding: 0;
132
+ margin: 0;
133
+ }
134
+ ol, ul {
135
+ list-style: inside inside;
136
+ }
137
+ li, p {
138
+ line-height: 24* @hd;
139
+ letter-spacing: 1px;
140
+ margin: 4* @hd 0;
141
+ }
118
142
  }
119
143
  }
120
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/assets",
3
- "version": "0.11.30-alpha.2",
3
+ "version": "0.11.30-alpha.3",
4
4
  "description": "灵犀低代码平台移动端 - 工具类",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",