We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9ef80 commit 81fbe67Copy full SHA for 81fbe67
3 files changed
miniprogram/pages/detail/index.less
@@ -135,6 +135,12 @@
135
transform: translateY(100%);
136
transition: all .3s ease;
137
138
+ &__button {
139
+ display: flex !important;
140
+ border: 0 !important;
141
+ border-radius: 0 !important;
142
+ }
143
+
144
&--active {
145
transform: translateY(0);
146
}
miniprogram/pages/index/index.json
@@ -1,6 +1,5 @@
1
{
2
"navigationBarTitleText": "程序员做饭",
3
"usingComponents": {
4
-
5
6
package.json
@@ -21,10 +21,10 @@
21
"dependencies": {
22
"glob": "^7.2.0",
23
"magic-string": "^0.26.1",
24
- "marked": "^4.0.12",
25
- "tdesign-miniprogram": "^0.5.4"
+ "marked": "^4.0.12"
26
},
27
"devDependencies": {
+ "commonmark": "^0.30.0",
28
"md5": "^2.3.0"
29
30
0 commit comments