kooriookami

Results 29 comments of kooriookami

https://github.com/element-plus/element-plus/assets/38392315/85046834-7761-40c5-9e03-a35dc06b28f0 我看了一下,vue的页面滚动到底就强制把锚点高亮最后一个。但是中间的锚点就会有问题了,看上面视频倒数第二个锚点被跳过了。

May be we can use withInstall instead. Can refer to https://github.com/element-plus/element-plus/blob/dev/packages/components/affix/index.ts

把trigger="focus"改成trigger="click"试试

All other props should accept `null` or `undefined`. Refer to doc of Vue. What do you think? https://vuejs.org/guide/components/props.html#prop-validation ``` (`null` and `undefined` values will allow any type) ```

![image](https://github.com/element-plus/element-plus/assets/38392315/44ede17a-eb34-4d02-9fde-5b07504ee6d7) Should `calc(100% - 200px)` be 300px? May be we can keep the height of `el-table` and set `el-table__inner-wrapper` 100%. @btea What do you think?

> @kooriookami I don't quite understand, can you give an example? The parent height is 500px, so `calc(100% - 200px)` equals `calc(500px - 200px)` equals 300px. But the actually value...

![image](https://github.com/element-plus/element-plus/assets/38392315/eab70812-c4ec-4a4a-a1e1-508cd109cbdf) This is the correct height.