/* 表数据 JSON 生成页专属样式 */

.field-row .btn-strong {
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .field-row .btn-strong {
    width: 100%;
  }
}
