保存进度!
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
 * @Author: Kane
 | 
					 * @Author: Kane
 | 
				
			||||||
 * @Date: 2022-10-12 08:49:14
 | 
					 * @Date: 2022-10-12 08:49:14
 | 
				
			||||||
 * @LastEditors: Kane
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 * @LastEditTime: 2022-10-21 00:09:08
 | 
					 * @LastEditTime: 2022-10-21 11:46:35
 | 
				
			||||||
 * @FilePath: \car_dealer\css\kane.css
 | 
					 * @FilePath: \car_dealer\css\kane.css
 | 
				
			||||||
 * @Description: vue学习用的样式表!
 | 
					 * @Description: vue学习用的样式表!
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
@@ -40,14 +40,15 @@ hr {
 | 
				
			|||||||
    background-color: steelblue;
 | 
					    background-color: steelblue;
 | 
				
			||||||
    border: none;
 | 
					    border: none;
 | 
				
			||||||
    height: 3px;
 | 
					    height: 3px;
 | 
				
			||||||
 | 
					    /* width: 100% */
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.test {
 | 
					/* .test {
 | 
				
			||||||
    width: 110vw;
 | 
					    width: 110vw;
 | 
				
			||||||
    height: 100vh;
 | 
					    height: 100vh;
 | 
				
			||||||
    border: 1px solid red;
 | 
					    border: 1px solid red;
 | 
				
			||||||
    overflow: auto;
 | 
					    overflow: auto;
 | 
				
			||||||
}
 | 
					} */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
button {
 | 
					button {
 | 
				
			||||||
    padding: 5px 10px;
 | 
					    padding: 5px 10px;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
 * @Author: Kane
 | 
					 * @Author: Kane
 | 
				
			||||||
 * @Date: 2022-10-20 15:07:59
 | 
					 * @Date: 2022-10-20 15:07:59
 | 
				
			||||||
 * @LastEditors: Kane
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 * @LastEditTime: 2022-10-21 00:07:49
 | 
					 * @LastEditTime: 2022-10-21 11:47:35
 | 
				
			||||||
 * @FilePath: \car_dealer\vue\vue_01.html
 | 
					 * @FilePath: \car_dealer\vue\vue_01.html
 | 
				
			||||||
 * @Description: 
 | 
					 * @Description: 
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
@@ -10,7 +10,6 @@
 | 
				
			|||||||
-->
 | 
					-->
 | 
				
			||||||
<!DOCTYPE html>
 | 
					<!DOCTYPE html>
 | 
				
			||||||
<html lang="en">
 | 
					<html lang="en">
 | 
				
			||||||
 | 
					 | 
				
			||||||
    <head>
 | 
					    <head>
 | 
				
			||||||
        <meta charset="UTF-8" />
 | 
					        <meta charset="UTF-8" />
 | 
				
			||||||
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
					        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
				
			||||||
@@ -28,7 +27,18 @@
 | 
				
			|||||||
                <h1>{{title}}</h1>
 | 
					                <h1>{{title}}</h1>
 | 
				
			||||||
                <h1>{{count}}</h1>
 | 
					                <h1>{{count}}</h1>
 | 
				
			||||||
                <button type="button" v-on:click="addCount()">计数器</button>
 | 
					                <button type="button" v-on:click="addCount()">计数器</button>
 | 
				
			||||||
            <button type="button" v-on:click="switchButton()">{{btn_title}}</button>
 | 
					                <button type="button" v-on:click="switchButton()">
 | 
				
			||||||
 | 
					                    {{btn_title}}
 | 
				
			||||||
 | 
					                </button>
 | 
				
			||||||
 | 
					                <hr />
 | 
				
			||||||
 | 
					                <h1>测试列表渲染</h1>
 | 
				
			||||||
 | 
					                <table>
 | 
				
			||||||
 | 
					                    <tr v-for="stuff in stuff_list">
 | 
				
			||||||
 | 
					                        <td>{{stuff.name}}</td>
 | 
				
			||||||
 | 
					                        <td>{{stuff.age}}</td>
 | 
				
			||||||
 | 
					                    </tr>
 | 
				
			||||||
 | 
					                </table>
 | 
				
			||||||
 | 
					                <hr />
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </body>
 | 
					    </body>
 | 
				
			||||||
@@ -40,6 +50,13 @@
 | 
				
			|||||||
                    count: 0,
 | 
					                    count: 0,
 | 
				
			||||||
                    btn_title: "走你",
 | 
					                    btn_title: "走你",
 | 
				
			||||||
                    btn_switch: true,
 | 
					                    btn_switch: true,
 | 
				
			||||||
 | 
					                    stuff_list: [
 | 
				
			||||||
 | 
					                        { name: "kane1", age: "40" },
 | 
				
			||||||
 | 
					                        { name: "kane2", age: "41" },
 | 
				
			||||||
 | 
					                        { name: "kane3", age: "42" },
 | 
				
			||||||
 | 
					                        { name: "kane4", age: "43" },
 | 
				
			||||||
 | 
					                        { name: "kane5", age: "44" },
 | 
				
			||||||
 | 
					                    ],
 | 
				
			||||||
                };
 | 
					                };
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            methods: {
 | 
					            methods: {
 | 
				
			||||||
@@ -48,7 +65,6 @@
 | 
				
			|||||||
                },
 | 
					                },
 | 
				
			||||||
                switchButton() {
 | 
					                switchButton() {
 | 
				
			||||||
                    this.btn_switch = !this.btn_switch;
 | 
					                    this.btn_switch = !this.btn_switch;
 | 
				
			||||||
 | 
					 | 
				
			||||||
                    this.btn_title = this.btn_switch ? "走你!" : "滚";
 | 
					                    this.btn_title = this.btn_switch ? "走你!" : "滚";
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
@@ -58,5 +74,4 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        vm.mount("#app");
 | 
					        vm.mount("#app");
 | 
				
			||||||
    </script>
 | 
					    </script>
 | 
				
			||||||
 | 
					 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user