qw

Results 6 issues of qw

为page组件嵌入的grid设置宽度没问题,而如果tab组件里嵌入line,设置line的图表宽度为百分比形式无效(图表宽度缩减成很小一段),以px单位正常显示;另外希望增加居中布局功能

使用gunicorn多进程启动服务,会生成重复id,如何解决

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce ```python sentry_sdk.init( dsn=os.getenv("SENTRY_DSN"), integrations=[FlaskIntegration()], environment=env, ignore_errors=[AuthException] ) ``` `AuthException` inherits from Exception ### Expected Result ignore `AuthException` ### Actual Result `AuthException` is...

Type: Bug
Integration: Logging

### tdesign-vue 版本 1.9.6 ### 重现链接 _No response_ ### 重现步骤 1. 远程搜索后选中值 2. 重新搜索另一个值,如果返回的options中没有包含之前已选中的值,那么此时勾选的话就会导致v-model绑定的数据中之前选中的对象全部变为空对象,并且无法回显,比如: [ {}, {}, { "value": 1, "label": "this is label1" } ] 3. 此时再次搜索再次勾选就会报错(来源于select.tsx:69):Cannot read properties...

Need Reproduce

### tdesign-vue 版本 1.9.6 ### 重现链接 _No response_ ### 重现步骤 上级还包裹了其他样式,导致max不生效 ```vue {{ l.name }} ``` ### 期望结果 _No response_ ### 实际结果 _No response_ ### 框架版本 vue3.3 ### 浏览器版本 _No...

🐞 bug
to be published

### 这个功能解决了什么问题 目前tag只有3中大小,内容超过高度之后会溢出 ### 你建议的方案是什么 能自定义高度

💪🏻 enhancement
💭 discussion