Browse Source

修改样式

82064491C07A712AE32B5B57EC6EF136 1 year ago
parent
commit
dc193aecaf

+ 3 - 2
h5app/src/views/pages/company/edit.vue

@@ -456,8 +456,9 @@ export default defineComponent({
 
 .title-item{
   margin-left: 15px;
-  color:#3a7be0;
-  font-size: 16px;
+  color:#1c3d70 !important;
+  font-size: 14px !important;
+  font-weight: bold;
 }
 
 ion-item {

+ 3 - 2
h5app/src/views/pages/company/editPost.vue

@@ -303,8 +303,9 @@ export default defineComponent({
 
 .title-item{
   margin-left: 15px;
-  color:#3a7be0;
-  font-size: 16px;
+  color:#1c3d70 !important;
+  font-size: 14px !important;
+  font-weight: bold;
 }
 
 ion-item {

+ 4 - 3
h5app/src/views/pages/jobhunt/edit.vue

@@ -87,7 +87,7 @@
         <ion-item>
           <div class="panel-title2">
             <div class="item-flag"></div>
-            <span style="font-size: 18px;">其他信息</span>
+            <span style="font-size: 16px;">其他信息</span>
           </div>
           <ion-avatar aria-hidden="true" slot="end" style="padding-top: 10px;" >
             <img alt="" src="@/assets/icon/arrow-up-bold.png"   class="iconBtn"  @click="expandChange" v-if="!expand"/>
@@ -619,8 +619,9 @@ export default defineComponent({
 
 .title-item{
   margin-left: 15px;
-  color:#3a7be0;
-  font-size: 16px;
+  color:#1c3d70 !important;
+  font-size: 14px !important;
+  font-weight: bold;
 }
 
 .next-btn {

+ 3 - 2
h5app/src/views/pages/jobhunt/educationEdit.vue

@@ -234,8 +234,9 @@ ion-input.custom{
 
 .title-item{
   margin-left: 15px;
-  color:#3a7be0;
-  font-size: 16px;
+  color:#1c3d70 !important;
+  font-size: 14px !important;
+  font-weight: bold;
 }
 
 .stepFlex {

+ 3 - 2
h5app/src/views/pages/jobhunt/jobHuntEdit.vue

@@ -287,8 +287,9 @@ ion-input.custom{
 
 .title-item{
   margin-left: 15px;
-  color:#3a7be0;
-  font-size: 16px;
+  color:#1c3d70 !important;
+  font-size: 14px !important;
+  font-weight: bold;
 }
 
 .stepFlex {

+ 3 - 2
h5app/src/views/pages/work/log/edit.vue

@@ -186,8 +186,9 @@ export default defineComponent({
 
 .title-item{
   margin-left: 15px;
-  color:#3a7be0;
-  font-size: 16px;
+  color:#1c3d70 !important;
+  font-size: 14px !important;
+  font-weight: bold;
 }
 
 </style>

+ 6 - 5
h5app/src/views/pages/work/task/edit.vue

@@ -23,7 +23,7 @@
                        placeholder="请输入任务名称" v-model="dataModel.doTaskName" ></ion-input>
             <ion-note slot="error">任务名称不能为空</ion-note>
           </ion-item>
-          <ion-label class="title-item">指派人<span class="danger">*</span></ion-label>
+         <!-- <ion-label class="title-item">指派人<span class="danger">*</span></ion-label>
           <ion-item-group style="overflow: hidden;"  >
             <ion-item style="width:50%;text-align: center;float:left;" v-for="(it,key) in allTaskUserList" :key="key">
               <ion-checkbox justify="start" labelPlacement="end"  style="width:50%;" name="taskUserItem"
@@ -31,7 +31,7 @@
                 {{ it.text }}
               </ion-checkbox>
             </ion-item>
-          </ion-item-group>
+          </ion-item-group>-->
           <ion-label class="title-item">完成时间<span class="danger">*</span></ion-label>
           <ion-item :class="[workTaskValid.dataModel.finishTime.$error?'ion-invalid':'ion-valid']">
             <ion-datetime-button datetime="finishTime"></ion-datetime-button>
@@ -65,7 +65,7 @@
 
     </ion-content>
     <ion-footer>
-      <ion-button shape="round" expand="block" @click="onSave">提交</ion-button>
+      <ion-button shape="round" expand="block" @click="onSave">确认完成</ion-button>
     </ion-footer>
   </ion-page>
 </template>
@@ -269,8 +269,9 @@ export default defineComponent({
 
 .title-item{
   margin-left: 15px;
-  color:#3a7be0;
-  font-size: 16px;
+  color:#1c3d70 !important;
+  font-size: 14px !important;
+  font-weight: bold;
 }
 
 

+ 2 - 2
h5app/src/views/pages/work/task/list.vue

@@ -6,9 +6,9 @@
           <ion-icon :icon="arrowBackOutline" @click="onBack"></ion-icon>
         </ion-buttons>
         <ion-title>工作任务</ion-title>
-        <ion-buttons slot="end">
+       <!-- <ion-buttons slot="end">
           <ion-icon :icon="addCircleOutline" @click="onAdd"></ion-icon>
-        </ion-buttons>
+        </ion-buttons>-->
       </ion-toolbar>
     </ion-header>
     <ion-content>