@yl_lowcode/docs-theme 0.0.4 → 0.0.5
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.
- package/layout.vue +0 -31
- package/package.json +1 -1
package/layout.vue
CHANGED
|
@@ -131,11 +131,6 @@ h2.text {
|
|
|
131
131
|
margin-bottom: 0.5em;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
/* 调整样式 */
|
|
135
|
-
body {
|
|
136
|
-
--vp-code-font-size: 12px !important;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
134
|
.VPDoc.has-aside .content-container {
|
|
140
135
|
max-width: 940px;
|
|
141
136
|
}
|
|
@@ -188,11 +183,6 @@ body {
|
|
|
188
183
|
margin-left: 30px !important;
|
|
189
184
|
}
|
|
190
185
|
|
|
191
|
-
.vp-doc td,
|
|
192
|
-
.vp-doc th {
|
|
193
|
-
font-size: 12px;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
186
|
.custom-block {
|
|
197
187
|
padding: 12px 30px !important;
|
|
198
188
|
}
|
|
@@ -229,10 +219,6 @@ h2.text {
|
|
|
229
219
|
--vp-button-brand-bg: var(--soui-brand-6);
|
|
230
220
|
}
|
|
231
221
|
|
|
232
|
-
body {
|
|
233
|
-
font-size: 12px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
222
|
.VPNavBar.has-sidebar .content {
|
|
237
223
|
padding-right: 40px !important;
|
|
238
224
|
}
|
|
@@ -240,21 +226,4 @@ body {
|
|
|
240
226
|
h2 {
|
|
241
227
|
margin-left: 0 !important;
|
|
242
228
|
}
|
|
243
|
-
|
|
244
|
-
.VPImage.logo {
|
|
245
|
-
border-radius: 50%;
|
|
246
|
-
height: 30px;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.vp-doc[class*=" _interview"] .custom-block {
|
|
250
|
-
padding: 16px !important;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.vp-doc[class*=" _interview"] .custom-block summary {
|
|
254
|
-
margin-bottom: 0 !important;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.vp-doc[class*=" _interview"] .custom-block p {
|
|
258
|
-
margin: 0 !important;
|
|
259
|
-
}
|
|
260
229
|
</style>
|