瀏覽代碼

reactor:宜宾工单受理新增文本检查;

zhangchong 8 月之前
父節點
當前提交
c02f190802
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 1 1
      src/components/ProcessTimeLine/index.vue
  2. 1 3
      src/views/resetPwd/component/Reset-password.vue

+ 1 - 1
src/components/ProcessTimeLine/index.vue

@@ -265,13 +265,13 @@ onMounted(() => {
   }
   .item-children {
     padding: 20px;
+		border-radius: 10px;
     &:nth-child(even) {
       background-color: var(--hotline-bg-main-color);
     }
     &:nth-child(odd) {
       background-color: var(--hotline-order-CrculationRecord-color);
     }
-    border-radius: 10px;
     .sub-time-line {
       .time-line {
         margin: 0;

+ 1 - 3
src/views/resetPwd/component/Reset-password.vue

@@ -161,7 +161,7 @@ const rules = reactive({
 <style scoped lang="scss">
 .resetPwd-content-form {
 	.currentAccount {
-		margin: 40px 0 20px 0;
+		margin: 20px 0 20px 0;
 		font-size: var(--el-form-label-font-size);
 		color: var(--el-text-color-regular);
 
@@ -169,8 +169,6 @@ const rules = reactive({
 			padding-left: 20px;
 		}
 	}
-
-	margin-top: 20px;
 	.resetPwd-content-password {
 		display: inline-block;
 		width: 20px;