面试题合集
2021-08-25 本文已影响0人
此情不渝_zz
css方面
1. 水平垂直居中方法
1. text-align: center; line-height: **px;
2. position: absolute; left: 50%; right: 50%; transform: translate(-50%, -50%);
3. display: flex; justify-content: center;(水平) align-item: center;
1. text-align: center; line-height: **px;
2. position: absolute; left: 50%; right: 50%; transform: translate(-50%, -50%);
3. display: flex; justify-content: center;(水平) align-item: center;
watch
与computed
区别$router
与$route
的区别v-for
中key
的作用