Browse Source

fix: 强制应用选择表格和模态框的样式,确保在小屏幕下的显示效果

master
peijunlei 3 weeks ago
parent
commit
0fc6c2207f
  1. 16
      public/themes/dist_static/static/css/product.css

16
public/themes/dist_static/static/css/product.css

@ -1277,24 +1277,24 @@ body.is-p-subnav .site-header {
border-left: 1px solid rgb(223, 224, 226);
}
.p-selection-table tbody tr:hover td {
background: rgba(175, 181, 185, 0.12)!important;;
background: rgba(175, 181, 185, 0.12)!important;
}
@media (max-width: 1439px) {
.p-selection-modal__dialog {
border-radius: 20Px;
border-radius: 20Px!important;
}
.p-selection-modal__head {
padding: 20Px 24Px;
padding: 20Px 24Px!important;
}
.p-selection-modal__title {
font-size: 20Px;
line-height: 28Px;
font-size: 20Px!important;
line-height: 28Px!important;
}
.p-selection-table th,
.p-selection-table td {
padding: 16Px 12Px;
font-size: 15Px;
line-height: 20Px;
padding: 16Px 12Px!important;
font-size: 15Px!important;
line-height: 20Px!important;
}
}
Loading…
Cancel
Save