feat: 1.首页顶部信息、轮播图、待办事项、团队公告UI 2. 添加新设备登录验证 3. 首页tabs组件补充数据

This commit is contained in:
范鹏 2025-01-06 19:16:47 +08:00
parent 1b2acfd370
commit 94e18cfb46

View File

@ -14,6 +14,12 @@
<style lang="scss">
/* stylelint-disable selector-type-no-unknown */
html,
body {
overflow: hidden;
}
button::after {
border: none;
}