Violet

Results 12 comments of Violet

当数据为多层时,一行代码还是解决不了,我之前也做了一个轻量级的模板引擎,https://github.com/XinChou16/simpTpl ```js var data = { name:'xxx', hometown:{ 'xxx' } } ```

- [饿了么知乎专栏](https://zhuanlan.zhihu.com/ElemeFE) - [阿里妈妈知乎专栏](https://zhuanlan.zhihu.com/mm-fe) - [阿里云中台知乎](https://zhuanlan.zhihu.com/aliyun)

## 1. Demo [狠狠的戳这个 DEMO](https://jsbin.com/duheqeboxu/edit?html,output) ## 2. `HTML` ```html ``` ## 3. `CSS` ```css li { position: relative; list-style: none; width: 20%; padding-top: 20%; float: left; } li:hover::after { outline:...

[100%高度的 after 加上 inline-block](https://jsbin.com/gevezudibi/edit?html,css,output) ```html ``` ```css .box { width: 500px; height: 500px; text-align: center; /*center*/ } .box::after { content: ''; display: inline-block; width: 0; height: 100%; vertical-align: middle; }...

ssr 使用这个 插件, 直接挂了

agree no more, when in a huge monorepo, it's really bad

prev and next button in the bottom toolbar is not convenient, look forward to have left and right arrow.

any solution to this whithout delete store cache ?