|
@@ -88,10 +88,10 @@ const pureText = computed(() => (content) => {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.n-card.exhibition-box {
|
|
|
- --n-title-font-weight: 600 !important;
|
|
|
- --n-title-font-size: 1.75rem !important;
|
|
|
- --n-padding-top: 1rem !important;
|
|
|
- --n-padding-bottom: 1.25rem !important;
|
|
|
+ --n-title-font-weight: 600;
|
|
|
+ --n-title-font-size: 1.75rem;
|
|
|
+ --n-padding-top: 1rem;
|
|
|
+ --n-padding-bottom: 1.25rem;
|
|
|
border-radius: 1.875rem;
|
|
|
// box-shadow: var(--main-box-shadow);
|
|
|
cursor: pointer;
|
|
@@ -159,3 +159,4 @@ const pureText = computed(() => (content) => {
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
+
|