gpt4 book ai didi

css - ng 样式中的多个属性

转载 作者:技术小花猫 更新时间:2023-10-29 10:06:43 27 4
gpt4 key购买 nike

我需要多个原始样式属性,例如:

$scope.css = "'width': 'calc(100% - "+$scope.fixedColumnsWidth+"'),'margin-left':'"+ $scope.fixedColumnsWidth+"'";

<div ng-style="{css}">

这是行不通的。它在我使用时有效

<div style="{{css}}">

但不适用于 IE。

最佳答案

在 View 下方使用

<div ng-style="{
'width': calc('100% -'+fixedColumnsWidth),
'margin-left': fixedColumnsWidth}">

关于css - ng 样式中的多个属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29435883/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com