01 2021 档案

摘要:html <style> .header{height: 100px;background-color: var(--header-bg);} .head_logo {width: 200px;height: auto;} .fixed_top{position: fixed;top: 0;righ 阅读全文
posted @ 2021-01-26 10:53 JaneLifeVlog 阅读(153) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2021-01-26 09:53 JaneLifeVlog 阅读(49) 评论(0) 推荐(0)
摘要:网址:https://ant.design/docs/spec/dark-cn 阅读全文
posted @ 2021-01-05 10:48 JaneLifeVlog 阅读(389) 评论(0) 推荐(0)
摘要:scrollWidth: function() { this.$nextTick(() ⇒ { let scroll_width = this.$refs.pre_box_item.scrollWidth ; this.$refs.pre_box.scrollLeft = scroll_width; 阅读全文
posted @ 2021-01-05 10:44 JaneLifeVlog 阅读(96) 评论(0) 推荐(0)