마이홈 리스트형식으로 변경

This commit is contained in:
2025-07-14 13:53:14 +09:00
parent 88585c1b24
commit 943b146496
3 changed files with 33 additions and 43 deletions

View File

@@ -128,30 +128,3 @@ const UserTabInfo = styled.div`
background: #d9d9d9;
}
`;
const UserDefaultTable = styled.table`
border: 1px solid #e8eaec;
border-top: 1px solid #000;
font-size: 14px;
margin-bottom: 40px;
th {
background: #efefef;
font-weight: 700;
}
th,
td {
padding: 12px;
text-align: center;
border-left: 1px solid #e8eaec;
vertical-align: middle;
}
td {
background: #fff;
border-bottom: 1px solid #e8eaec;
word-break: break-all;
}
button {
height: 24px;
font-size: 13px;
}
`;