style: 全局修改样式主题

This commit is contained in:
ccnetcore
2025-08-04 22:35:45 +08:00
parent 7cb3aea2e6
commit 3e647ef14d
30 changed files with 69 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
<template>
<el-button text @click="agree">
<el-icon v-if="data.isAgree" color="#409EFF">
<el-icon v-if="data.isAgree" color="#00DA72">
<CircleCheckFilled />
</el-icon>
<el-icon v-else color="#1E1E1E">

View File

@@ -19,7 +19,7 @@ overflow-x: hidden;
margin-bottom: 0;
overflow-x: hidden;
.header {
background-color: #409eff;
background-color: #00DA72;
color: white;
height: 30px;
display: flex;

View File

@@ -48,7 +48,6 @@ a:hover {
}
.botton-div {
background: transparent;
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
display: flex;
flex-wrap: wrap;

View File

@@ -178,8 +178,7 @@ onMounted(() => {
top: 10px;
right: 10px;
padding: 2px 15px;
border-radius: 5px;
color: rgb(8, 119, 229);
color: #00DA72;
background-color: #ecf5ff;
font-size: 14px;
.icon {
@@ -225,7 +224,7 @@ onMounted(() => {
right: -26px;
z-index: 1;
padding: 14px 22px 2px;
background-color: #ff9900;
background-color: #00DA72;
transform: rotate(45deg);
font-size: 12px;
color: #ffffff;
@@ -238,7 +237,7 @@ onMounted(() => {
left: 70%; /* 盒子中央位置 */
transform: translateX(-50%); /* 水平居中 */
padding: 5px 10px;
background-color: #ff9900;
background-color: #00DA72;
color: #ffffff;
font-size: 12px;
border-radius: 5px;

View File

@@ -55,7 +55,7 @@ const props = defineProps(["name", "introduction", "id", "isPublish"]);
right: -26px;
z-index: 1;
padding: 14px 22px 2px;
background-color: #ff9900;
background-color: #00DA72;
transform: rotate(45deg);
font-size: 12px;
color: #ffffff;
@@ -68,7 +68,7 @@ const props = defineProps(["name", "introduction", "id", "isPublish"]);
left: 70%; /* 盒子中央位置 */
transform: translateX(-50%); /* 水平居中 */
padding: 5px 10px;
background-color: #ff9900;
background-color: #00DA72;
color: #ffffff;
font-size: 12px;
border-radius: 5px;

View File

@@ -24,14 +24,14 @@
<span>
<a
style="color: #409eff; margin-left: 8px"
style="color: #00DA72; margin-left: 8px"
@click="$emit('create', node, data)"
v-if="isArticleUser && isAddArticle"
>
+
</a>
<a
style="color: #409eff; margin-left: 8px"
style="color: #00DA72; margin-left: 8px"
@click="$emit('update', node, data)"
v-if="isArticleUser && isEditArticle"
>