qiang
qiang
不是很明白你的问题,但你确定引用的是文件而不是类型信息。
Button 点击后标准就是hover状态,于是就显示 hover 状态样式。不喜欢可以自己修改 Input 参考 #7287 提问前可以搜索相关 issues,避免重复
应该是 focus 状态,我说错了 [Demo](https://element-plus.run/#eyJBcHAudnVlIjoiPHRlbXBsYXRlPlxuICA8ZGl2IGNsYXNzPVwiZXhhbXBsZS1ibG9ja1wiPlxuPGJ1dHRvbiBjbGFzcz1cImJ0bi0xXCI+XG4gIEEgQnV0b25cbiAgICA8L2J1dHRvbj5cbiAgPC9kaXY+XG48L3RlbXBsYXRlPlxuXG48c2NyaXB0IGxhbmc9XCJ0c1wiIHNldHVwPlxuXG48L3NjcmlwdD5cblxuPHN0eWxlIHNjb3BlZD5cbi5leGFtcGxlLWJsb2NrIHtcbiAgbWFyZ2luOiAxcmVtO1xufVxuLmV4YW1wbGUtZGVtb25zdHJhdGlvbiB7XG4gIG1hcmdpbjogMXJlbTtcbn1cbiAgXG4gIC5idG4tMTpmb2N1c3tcbiAgICBjb2xvcjogI2YwMDtcbiAgfVxuPC9zdHlsZT5cbiIsImltcG9ydF9tYXAuanNvbiI6IntcbiAgXCJpbXBvcnRzXCI6IHt9XG59IiwiX28iOnt9fQ==)
自己改 .el-button:focus 的相关样式
Thanks for your contribution
Previously the back event could be triggered by the text `Back`, but now it does not work.
For no empty slot, the height of the default empty slot also needs to be fixed. Can you fix it at the same time?
I do not quite agree with you, it is reasonable behavior to set height for the empty slot when table is fixed height.
fixed in #9149
It is recommended to set a min-width or width for the Input component. reference #7287