酒店预订平台
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

resize.less 196 B

3年前
123456
  1. // Resize anything
  2. .resizable(@direction) {
  3. overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
  4. resize: @direction; // Options: horizontal, vertical, both
  5. }