react+andt中局内调整默认样式

Posted 羡鸿飞

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react+andt中局内调整默认样式相关的知识,希望对你有一定的参考价值。

.name{
  :global{
    .ant-descriptions-item-label{
      width:85px;
    }
    .ant-descriptions-bordered .ant-descriptions-item-content{
      width:100px;
    }
    .ant-descriptions-bordered .ant-descriptions-item-content:last-child{
      width:auto;
    }
  }
}

  调用方式:

  文件名.name

  解析:

 .ant-descriptions-item-label ,需要再控制台中找到
 

以上是关于react+andt中局内调整默认样式的主要内容,如果未能解决你的问题,请参考以下文章

BootStrap有用代码片段(持续总结)

React:在模态框内模拟手机屏幕宽度

react+andt+Steps 步骤条改造计划开始时间/计划截止时间/实际开始时间/实际结束时间

Taro+react开发(98):问答模块05样式调整

Taro+react开发(98):问答模块05样式调整

react覆盖组件样式的3种方法