@@ -44,7 +44,7 @@
.hotBoxTitRight {
position: absolute;
- right: 0;
+ right: 20px;
top: 50%;
transform: translateY(-50%);
}
@@ -72,23 +72,12 @@
.hotBox2 {
width: calc(50% - 160px);
margin: 0 10px;
+ padding: 10px 0 10px 20px;
.hotBox3 {
padding: 10px 0 10px 20px;
-
- .hotBoxTit {
- .hotBoxTitRight {
- right: 20px;
- }
- .hotListBox {
- .row {
- width: calc(100% - 20px);
@@ -97,8 +86,11 @@
height: calc(100% - 50px);
margin-top: 20px;
overflow-y: auto;
+ overflow-y: overlay;
.row {
+ width: calc(100% - 20px);
+
height: 60px;
display: flex;
justify-content: space-between;
@@ -257,7 +257,7 @@ function Hot() {
</div>
{/* 场馆数据 */}
- <div className="hotListBox">
+ <div className="hotListBox mySorrl">
{list1.map((v) => (
<div className="row" key={v.groupKey}>
<div className="rowLeft" title={v.groupKey}>
@@ -79,9 +79,7 @@ function GoodsAdd({ id, closeMoalFu, addListFu, editListFu }: Props) {
else {
setDirCode(Date.now() + "");
FormBoxRef.current.setFieldsValue({
- topic: "不展示",
display: 1,
- isBarrage: 0,
});
}, [getInfoInAPIFu, id]);