vuepress-theme-uniapp-official 1.4.11 → 1.4.13
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.
|
@@ -101,7 +101,6 @@ export default {
|
|
|
101
101
|
</script>
|
|
102
102
|
|
|
103
103
|
<style lang="stylus" scoped>
|
|
104
|
-
$pages-tabs-header-height = 44px
|
|
105
104
|
.page-runtime {
|
|
106
105
|
display: flex;
|
|
107
106
|
max-height: 667px;
|
|
@@ -111,10 +110,9 @@ $pages-tabs-header-height = 44px
|
|
|
111
110
|
.page-snippet {
|
|
112
111
|
width: 100%;
|
|
113
112
|
overflow: hidden;
|
|
114
|
-
|
|
115
113
|
}
|
|
116
114
|
.page-snippet-code {
|
|
117
|
-
height: calc(100%
|
|
115
|
+
height: calc(100% - 44px)
|
|
118
116
|
}
|
|
119
117
|
|
|
120
118
|
.page-tabs {
|
|
@@ -123,7 +121,7 @@ $pages-tabs-header-height = 44px
|
|
|
123
121
|
}
|
|
124
122
|
.pages-tabs-header {
|
|
125
123
|
display: flex;
|
|
126
|
-
height:
|
|
124
|
+
height: 44px;
|
|
127
125
|
background-color: #222;
|
|
128
126
|
}
|
|
129
127
|
.pages-tabs-header-text {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuepress-theme-uniapp-official",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.13",
|
|
4
4
|
"description": "uni-app official website theme for vuepress",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"postpublish": "cnpm sync vuepress-theme-uni-app"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
+
"@docsearch/css": "^3.6.0",
|
|
37
38
|
"@vuepress/plugin-back-to-top": "^1.9.5",
|
|
38
39
|
"algoliasearch": "^4.13.1",
|
|
39
40
|
"clipboard": "^2.0.11",
|