【问题标题】:Resize div box in angular from the opposite corner从对角调整 div 框的角度
【发布时间】:2022-06-13 23:33:54
【问题描述】:

• 我只想从左侧而不是右侧调整正方形的大小

• 这是我使用的代码:

My Stackblitz Code

• 我想要的结果:

• 感谢您的帮助。

【问题讨论】:

    标签: css angular typescript


    【解决方案1】:

    好吧,这样做不是一个好习惯,但是让你的选择器.dragHandle.rb 像这样:

    .dragHandle.rb {
      width: 15px;
      height: 15px;
      cursor: nwse-resize;
      transform: translate3d(0px, 235px, 235px) !important;
    }
    

    【讨论】:

    • 我想从左边调整大小而不是修复红色方块!!
    猜你喜欢
    • 2018-03-07
    • 2018-10-05
    • 2022-01-23
    • 2015-07-24
    • 2021-08-25
    • 1970-01-01
    • 2020-08-28
    • 2011-09-14
    • 1970-01-01
    相关资源
    最近更新 更多