mand-mobile icon indicating copy to clipboard operation
mand-mobile copied to clipboard

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.

Results 82 mand-mobile issues
Sort by recently updated
recently updated
newest added

> bug表现为:进入页面,如果md-step是在二级页面,当展开二级页面时,md-step无法获取真正的step item 高度 ```js /* 判断二级页面展开时,加入以下代码,手动执行【$_initStepSize】方法 */ ... watch: { visible(val) { if (val) { this.$nextTick(() => { this.$refs['stepRef'].$_initStepSize(); }); } }, }, ... ```

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies

#### Mand Mobile Version 2.6.0 #### Vue Version 2.4.2 #### Model / OS & Browser Info vscode #### Node Version, Package Management Tool node 12.13.0/npm 6.11.3 #### Recurring Steps npm...

Bumps [debug](https://github.com/debug-js/debug) to 3.2.6 and updates ancestor dependency [dependency-tree](https://github.com/mrjoelkemp/node-dependency-tree). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 3.2.6 Release notes Sourced from debug's releases. 3.2.6 This...

dependencies

Bumps [ms](https://github.com/vercel/ms) to 2.1.2 and updates ancestor dependency [dependency-tree](https://github.com/mrjoelkemp/node-dependency-tree). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.1.2 Release notes Sourced from ms's releases. 2.1.2 Patches...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

问题1:复用picker,picker弹出位置错误 日期1 日期2 日期3 日期4 四个日期复用同一个picker,在显示时,picker弹出的位置跟随 日期1,导致其他日期picker位置弹出错误 问题2: Picker Methods 超链接picker是未开发页面

### 背景描述 1、原有的部分功能型icon-font图标会被组件默认转成svg图标(兼容锁定模式) 1、用户侧可能设置了公共尺寸属性,即将width和height设置为auto。 2、svg存在两个尺寸设置,一个是浏览器认为的默认尺寸,一个是组件内设定的默认尺寸。 如果用户侧设置auto后,组件的默认尺寸(1em*1em)会被覆盖,而浏览器会按照默认350px*150px的尺寸渲染。 ### 主要改动 经调研,无法更改svg图标默认尺寸大小。因为将组件内svg icon的默认1em*1em存尺寸 加上!important来覆盖用户侧的auto配置。 ### 需要注意 icon font-face的方式设置尺寸通过font-size,默认转成svg后,由于默认宽高是1em, 因此也可以通过font-size方式设定svg图标的尺寸。 原则上不需要再设置width和height属性

The issue which is not created via Mand Mobile Issue Helper will be closed immediately. --- 上下滚动式报错index.js:201 Uncaught TypeError: event.$_preventDefault is not a function at VueComponent.$_preventDefault 。版本2.6.0 ![mand1](https://github.com/didi/mand-mobile/assets/34090126/0b1c3a33-f974-46c1-96ed-f754ae0d695d) ![mand2](https://github.com/didi/mand-mobile/assets/34090126/f1c92aeb-4220-40b0-b4b9-77f5702f56aa) 注意:不是用...