정리
This commit is contained in:
@@ -112,8 +112,8 @@
|
||||
</div>
|
||||
|
||||
<div class="plan-details">
|
||||
<div class="plan-detail-item">
|
||||
<span class="detail-label">최대 회원수:</span>
|
||||
<div>
|
||||
<span class="detail-label mr-3">최대 회원수:</span>
|
||||
<span class="detail-value">{{ selectedPlan.maxMembers || '제한 없음' }}</span>
|
||||
</div>
|
||||
|
||||
@@ -1403,7 +1403,6 @@ onMounted(async () => {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
padding: 8px 12px;
|
||||
background-color: #f8f9fa;
|
||||
border-radius: 8px;
|
||||
flex: 1 1 calc(33% - 15px);
|
||||
min-width: 200px;
|
||||
@@ -1411,11 +1410,6 @@ onMounted(async () => {
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.feature-item:hover {
|
||||
background-color: #f1f3f5;
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.feature-item i {
|
||||
color: #4CAF50;
|
||||
margin-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user