ソースを参照

Merge branch 'master' of http://172.14.1.63:3000/liuxf/ds-yamada-fcbi-admin

liuxf 5 ヶ月 前
コミット
8d7bafdd91

+ 1 - 1
src/components/RegionNode.vue

@@ -16,7 +16,7 @@
       <!-- 文字使用 padding 留出左侧空间 -->
       <label
           :style="{
-          color: disabled ? (region.checked ? '#a8abb2' : '#a8abb2') : (region.checked ? '#fdd000' : '#606266'),
+          color: disabled ? (region.checked ? '#a8abb2' : '#a8abb2') : (region.checked ? '#0080c7' : '#606266'),
           cursor: disabled ? 'not-allowed' : 'pointer'
         }"
           :for="region.id"

+ 2 - 2
src/views/fcbi/survey/answer.vue

@@ -240,7 +240,7 @@ onMounted(() => loadSurveyData())
 }
 
 .back-button {
-  background-color: #d0cece;
+  background-color: #0080c7;
   border: none;
   padding: 10px 40px;
   cursor: pointer;
@@ -254,6 +254,6 @@ onMounted(() => loadSurveyData())
 }
 
 .back-button:hover {
-  background-color: #E82A68;
+  background-color: #0080c7;
 }
 </style>

+ 2 - 2
src/views/fcbi/survey/decision.vue

@@ -448,14 +448,14 @@ const Confirm = async () => {
 }
 /* 确认按钮样式 */
 .confirm-button{
-  background-color: black;
+  background-color: #0080c7;
   color: white;
   width:300px;
   margin-left: 160px;
 }
 /* 追加按钮样式(この上に設問を追加/この下に設問を追加按钮) */
 .append-button{
-  background-color: black;
+  background-color: #0080c7;
   color: white;
 }
 /* 表单容器整体样式 */

+ 2 - 2
src/views/fcbi/survey/detail.vue

@@ -869,14 +869,14 @@ const Confirm = async () => {
 }
 /* 确认按钮样式 */
 .confirm-button{
-  background-color: black;
+  background-color: #0080c7;
   color: white;
   width:300px;
   margin-left: 160px;
 }
 /* 追加按钮样式(この上に設問を追加/この下に設問を追加按钮) */
 .append-button{
-  background-color: #E82A68;
+  background-color: #0080c7;
   color: white;
 }
 /* 表单容器整体样式 */

+ 2 - 2
src/views/fcbi/survey/form.vue

@@ -894,14 +894,14 @@ const Confirm = async () => {
 }
 /* 确认按钮样式 */
 .confirm-button{
-  background-color: black;
+  background-color: #0080c7;
   color: white;
   width:300px;
   margin-left: 160px;
 }
 /* 追加按钮样式(この上に設問を追加/この下に設問を追加按钮) */
 .append-button{
-  background-color: #E82A68;
+  background-color: #0080c7;
   color: white;
 }
 /* 表单容器整体样式 */

+ 2 - 2
src/views/fcbi/survey/index.vue

@@ -98,7 +98,7 @@
         </el-col>
         <el-form-item>
           <el-button icon="Search" type="primary" @click="handleQuery">検索</el-button>
-          <el-button icon="Refresh" @click="resetQuery">クリア</el-button>
+          <el-button icon="Refresh" type="primary" @click="resetQuery">クリア</el-button>
         </el-form-item>
       </el-row>
     </el-form>
@@ -351,7 +351,7 @@ getSearchList();
 
 <style>
 .append-button{
-  background-color: #E82A68;
+  background-color: #0080c7;
   color: white;
 }
 

+ 2 - 2
src/views/fcbi/survey/results.vue

@@ -98,7 +98,7 @@
         </el-col>
         <el-form-item>
           <el-button icon="Search" type="primary" @click="handleQuery">検索</el-button>
-          <el-button icon="Refresh" @click="resetQuery">クリア</el-button>
+          <el-button icon="Refresh" type="primary" @click="resetQuery">クリア</el-button>
         </el-form-item>
       </el-row>
     </el-form>
@@ -333,7 +333,7 @@ onMounted(() => {
 
 <style>
 .append-button{
-  background-color: #E82A68;
+  background-color: #0080c7;
   color: white;
 }