SpanishOnion

Results 4 issues of SpanishOnion

**设备型号:** iphone6 **LinUI 版本:** 0.9.4 **微信小程序基础库版本:** 2.14.0 **问题描述及重现步骤:** 使用标签页组件 `` 时,如果按照文档设置 `l-header-class` 以及 `l-header-line-class` 属性,自定义标签栏的样式,圆角、背景色、高度、边框线等样式是无法生效的,查找原因后发现,是由于 `tabs` 组件的 `index.wxss` 中设置了以下样式所导致的: ``` .l-tabs{display:flex;border-radius:8rpx;box-sizing:border-box;overflow:hidden;flex-direction:column;height:100%} .l-tabs .l-tabs-header{display:flex;width:100%;flex-direction:row;background:#fff;align-items:center} .l-placement-bottom .l-tabs-header,.l-placement-top .l-tabs-header{height:80rpx} .l-placement-top .l-tabs-header-line{border-bottom:1px solid #f3f3f3}...

Bug
Tabs
待反馈:mag:

I tried to run the sample file and didn't find this feature. How do you complete this function? ![image](https://user-images.githubusercontent.com/27147542/76435897-8c948300-63f2-11ea-87cd-d6994c2a6659.png)

help wanted

例如 user_entity.json 生成的 dart 类,类名应该是 UserEntity 而不是 User_entity,这样是不符合 dart 语法规范的,并且 AS 直接就警告语法有问题。 json 数据中的字段名转换规则应该也是一样的,例如键名 user_name 应该转换为 userName,而不是保持原名。 求大佬更新支持以上两个特性,不然每次运行命令生成文件都要自己手动改名字,而且因为每次运行命令都是重新生成文件,所以之前改好的文件还需要备份,再替换新文件,反而比使用其他插件手动生成 dart 类麻烦更多。

写博客,文章特别长的时候,几个屏幕的高度,因为全是纯文本,每次想修改一个地方,都得找很长时间,体验特别不友好,非常浪费时间,能否增加像idea这样的语法高亮显示? ![image](https://user-images.githubusercontent.com/27147542/62419234-07076280-b6ae-11e9-808e-8c1250549284.png) ![image](https://user-images.githubusercontent.com/27147542/62419251-5e0d3780-b6ae-11e9-95fd-7f05c0acd85e.png)