摘要:
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
谢书怜
阅读(398)
评论(0)
推荐(0)
摘要:
CSS flex-shrink 属性指定了 flex 元素的收缩规则。flex 元素仅在默认宽度之和大于容器的时候才会发生收缩,其收缩的大小是依据 flex-shrink 的值。值为0 该元素不收缩 阅读全文
posted @ 2019-12-31 09:31
谢书怜
阅读(180)
评论(0)
推荐(0)