Baran

Results 20 issues of Baran

I need padding less than 0, like "l:-4", the element is center of BG

在开发小程序插件中,使用全局 mixin 方法失效 ``` plugin.mina pages - index.main ``` plugin.mina ```html { "pages":{ "index": "pages/index.mina", }, "main": "plugin.js" } import { Page, Component } from '@tinajs/tina' const isx = /iphone10|iphone11|iphone...

```json { "*.css": "*css.d.ts", "*.less": "*less.d.ts", "*.scss": "*scss.d.ts", "*.sass": "*sass.d.ts" } ```

Open For some internal code repositories, you can define a request to get the name and avatar corresponding to the email, and even rewrite the mailto method to evoke the...

feature
triage

请参考 https://en.facebookbrand.com/facebookapp/

- 增加排序评分 - 支持分组关键词排序:eg: ``` javascript { // ... customFilters: { fallback: utils.useSortedKeywords([ ['HC', 'AIA', 'IEPL'], ['香港', '台湾', '新加坡', '日本'], ]), // 香港 HC, 台湾 HC, 日本 HC, 香港 AIA,...

在 web 模式下 KSwiperItem 未渲染 `transform` 导致样式错误

### 🐛 bug 描述 初始化时执行 submit 无效 ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] ```tsx import React, { useRef, useEffect } from "react"; import { request, useLocation } from 'umi'; import ProTable from...