Commit 84f91a12 authored by xinzhedeai's avatar xinzhedeai

add: 理想设备最后一个li添加鼠标悬浮效果

parent 4a57b510
......@@ -739,6 +739,11 @@ export default {
<style lang="scss" scope>
/* 新增原生模态框样式 */
.t_10{
li:last-child{
cursor: pointer;
}
}
.native-modal {
position: fixed;
top: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment