摘要: html : <!-- 公告 --> <div class="notice-container" v-show="noticeList.length"> <span class="notice-icon"></span> <div class="notice-items" ref="noticeBo 阅读全文
posted @ 2019-12-31 11:50 谢书怜 阅读(377) 评论(0) 推荐(0) 编辑
摘要: CSS flex-shrink 属性指定了 flex 元素的收缩规则。flex 元素仅在默认宽度之和大于容器的时候才会发生收缩,其收缩的大小是依据 flex-shrink 的值。值为0 该元素不收缩 阅读全文
posted @ 2019-12-31 09:31 谢书怜 阅读(172) 评论(0) 推荐(0) 编辑