File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 113113
114114 # command2 {
115115 width : 100% ;
116- margin : 20 px 30px ;
116+ margin : -10 px 30px ;
117117 }
118118
119119 # toolbar {
142142 margin-left : 30px ;
143143 }
144144
145+ # commandIntro {
146+ font-size : 14px ;
147+ margin-left : 5px ;
148+ }
149+
150+ # commandIntro li {
151+ padding-bottom : 10px
152+ }
153+
145154 </ style >
146155</ head >
147156
@@ -177,8 +186,14 @@ <h1>自定义打包</h1>
177186 </ section >
178187 < section class ="sec commandSection ">
179188 < div class ="description ">
180- < div > 自定义打包命令< span style =" font-size: 14px; " > --复制命令,在源码根目录执行命令打包 </ span > < /div >
189+ < div > 自定义打包命令</ div >
181190 </ div >
191+ < br >
192+ < ol id ="commandIntro ">
193+ < li > 安装Node</ li >
194+ < li > 在源码根目录运行npm install下载依赖</ li >
195+ < li > 在源码根目录执行以下命令打包</ li >
196+ </ ol >
182197 < input type ="text " class ="form-control " id ="command2 "/>
183198 </ section >
184199</ div >
You can’t perform that action at this time.
0 commit comments