vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

初始W、H希望可以设置百分比

Open daweiyong opened this issue 4 years ago • 5 comments

初始W、H希望可以用百分比做单位, 可以暴露函数主动设置宽度,和高度,比如setW方法,setH方法

daweiyong avatar Jan 29 '21 07:01 daweiyong

Maybe I do not understand something but you can convert % to number - this is simple math.

TitanFighter avatar Jan 29 '21 20:01 TitanFighter

比如我希望,可以在百分比组件中使用,比如: 如上的例子,我希望可以通过拖动,来改变el-col的宽度

daweiyong avatar Jan 30 '21 15:01 daweiyong

我在 "" 通过拖动改变el-col的宽度,并且内部拖拽的元素,和el-col一样宽度

daweiyong avatar Jan 30 '21 15:01 daweiyong

有些自适应的百分比布局,没有办法使用具体的值来设定的

daweiyong avatar Jan 30 '21 15:01 daweiyong

有些自适应的百分比布局,没有办法使用具体的值来设定的 -> Some adaptive percentage layouts cannot be set with specific values

Without your code it is difficult to help. Show it for example on https://codesandbox.io/

TitanFighter avatar Jan 31 '21 02:01 TitanFighter