Commit e4fd3c42 authored by shirlyn.guo's avatar shirlyn.guo 🤡

chore: 推荐模板繁体字纠正&tag样式调整

parent 53b2f90a
...@@ -163,7 +163,7 @@ function handleToCreation(template: DigitalTemplate) { ...@@ -163,7 +163,7 @@ function handleToCreation(template: DigitalTemplate) {
<template> <template>
<div class="mx-auto mt-[16px] min-h-[900px] overscroll-contain rounded-t-[16px] bg-white"> <div class="mx-auto mt-[16px] min-h-[900px] overscroll-contain rounded-t-[16px] bg-white">
<div class="sticky top-[-1px] z-10 rounded-t-[16px] bg-white px-[24px] pb-[16px] pt-[24px]"> <div class="sticky top-[-1px] z-10 rounded-t-[16px] bg-white px-[24px] pb-[16px] pt-[24px]">
<div class="mb-[24px] cursor-default text-[18px] text-[#000]">推薦模</div> <div class="mb-[24px] cursor-default text-[18px] text-[#000]">推薦模</div>
<div class="pb-[16px]"> <div class="pb-[16px]">
<button <button
v-for="classify in templateClassify" v-for="classify in templateClassify"
...@@ -262,5 +262,9 @@ function handleToCreation(template: DigitalTemplate) { ...@@ -262,5 +262,9 @@ function handleToCreation(template: DigitalTemplate) {
.classify-radio-button.active { .classify-radio-button.active {
color: #091221; color: #091221;
background-color: #edeef7; background-color: #edeef7;
&:hover {
color: #5b647a;
}
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment