diff --git a/src/components/tools/CryptoTools.vue b/src/components/tools/CryptoTools.vue index fc3b2e1..3f75497 100644 --- a/src/components/tools/CryptoTools.vue +++ b/src/components/tools/CryptoTools.vue @@ -10,7 +10,7 @@ :class="[ 'px-3 py-2 text-sm font-medium rounded transition-all', activeAlgorithm === algorithm.type - ? 'bg-primary text-white shadow-sm' + ? 'bg-primary-500 text-white shadow-sm' : 'bg-block text-secondary border hover:bg-hover' ]" @click="setActiveAlgorithm(algorithm.type)" @@ -27,7 +27,7 @@ + + + +
+

印章预览

+ +

+ +
+ + + + + \ No newline at end of file