view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0

Home Page:https://www.iviewui.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report]$Message的closable为true后,会存在两个padding-right导致弹出框右侧样式异常

312307025 opened this issue · comments

Environment

vue2

Reproduction link

https://run.iviewui.com/qqDSYLKz

Steps to reproduce

image
设置closable: true后,弹出框的右边宽度异常
原因是ivu-message-notice-content-text存在两个,现在两个都会有padding-right,导致右边关闭按钮与文本的宽度异常。

What is expected?

宽度正常

What is actually happening?

宽度异常