File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
77 < link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
8- < title > < %= htmlWebpackPlugin.options.title % > </ title >
8+ < title > 一款Python的Tkinter界面拖拽布局设计器 </ title >
99 </ head >
1010 < body >
1111 < noscript >
Original file line number Diff line number Diff line change 33 <el-container >
44 <el-header class =" header" >
55 <div class =" logo" >
6- LOGO
6+ Tkinter界面设计
77 </div >
88 <div class =" menu" >
99 <el-button type =" primary"
Original file line number Diff line number Diff line change @@ -3,22 +3,6 @@ export default [
33 title : '按钮' ,
44 type : 'tk_button'
55 } ,
6- {
7- title : '输入框' ,
8- type : 'tk_input'
9- } ,
10- {
11- title : '输入框' ,
12- type : 'tk_input'
13- } ,
14- {
15- title : '输入框' ,
16- type : 'tk_input'
17- } ,
18- {
19- title : '输入框' ,
20- type : 'tk_input'
21- } ,
226 {
237 title : '输入框' ,
248 type : 'tk_input'
You can’t perform that action at this time.
0 commit comments