 /* 王凯添加于 2023-9-14，解决新版本弹窗提醒内容过多样式展示的问题 */
app-upgrade-prompt .upgrade-prompt {
  width: 320px !important;
}

app-upgrade-prompt .upgrade-prompt-content {
  padding: 16px 24px !important;
  max-height: 360px !important;
  overflow-y: auto !important;
}

app-upgrade-prompt .upgrade-prompt-content .view-more-btn {
  margin-bottom: 16px !important;
}

app-upgrade-prompt .upgrade-prompt-content .view-more-btn[href=""] {
  display: none !important;
}

 /* 王凯添加于 2024-1-19，解决 #INFR-1135 等子应用升级业务组件库部署后删除 */
.styx-pivot-properties .thy-properties.thy-properties-vertical .pivot-property-item.lock-editing .thy-property-item-content-text {
  margin-left: 0;
}