其他分享
首页 > 其他分享> > react+andt中局内调整默认样式

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 ,需要再控制台中找到
 

标签:ant,局内,bordered,label,react,item,descriptions,andt,width
来源: https://www.cnblogs.com/ruoyushen/p/14816946.html