diff --git a/src/assets/style/style.css b/src/assets/style/style.css index c0dbc2e1..cfad2dab 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -202,10 +202,10 @@ li { background: #353535; } .gallery_btn { - padding: 0 1.8rem; - line-height: 6rem; + padding: 0 2rem; + line-height: 5.4rem; border-radius: 4rem; - font-size: 1.8rem; + font-size: 1.6rem; transition: all 0.3s; display: inline-block; color: #fff; @@ -911,7 +911,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte padding: 0; height: 100%; font-size: 1.4rem; - padding: calc(5rem*1.2) calc(6rem*1.2); + padding: 6rem 7rem; position: relative; } .generalModel .fi-rr-down-to-line, diff --git a/src/assets/style/style.less b/src/assets/style/style.less index 29b531e7..e5dfe43e 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -206,11 +206,11 @@ input:focus{ background: #353535; } .gallery_btn{ - padding: 0 1.8rem; - line-height: 6rem; + padding: 0 2rem; + line-height: 5.4rem; border-radius: 4rem; // line-height: 6rem; - font-size: 1.8rem; + font-size: 1.6rem; transition: all .3s; display: inline-block; color: #fff; @@ -996,7 +996,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte padding: 0; height: 100%; font-size: 1.4rem; - padding: calc(5rem*1.2) calc(6rem*1.2); + padding: 6rem 7rem; position: relative; } diff --git a/src/component/Administrator/coupons/addAllUser.vue b/src/component/Administrator/coupons/addAllUser.vue index 27b9d047..bbc91b4c 100644 --- a/src/component/Administrator/coupons/addAllUser.vue +++ b/src/component/Administrator/coupons/addAllUser.vue @@ -41,6 +41,7 @@ percentOff(%): * Commission Rate: * MaxRedemptions: -
-
-
- {{ $t('Habit.Workspace') }} - -
-
-
-

{{ $t('Habit.WorkspaceSetting') }}

-
{{ $t('Habit.settingWorkspace') }}
-
-
- - - - {{workspaceItem.workSpaceName}} - - - -
-
    -
  • -
    {{ item.workSpaceName }}
    - - - - -
  • -
  • - - -
    +
    -
  • -
    - -
    -
-
-
-
- - - - {{ workspaceItem?.sexEnum?.name }} - - - - -
-
    -
  • -
    {{ item.name }}
    -
  • -
-
-
-
-
-
{{ $t('Habit.Style') }}:
- {{ workspaceItem.styleName }} -
- -
{{ $t('Habit.Select') }}
-
-
-
- {{ $t('Habit.Overall') }} -
- -
- {{ $t('Habit.Single') }} -
-
-
- - - - {{ workspaceItem?.positionEnum?.name }} - - - -
-
    -
  • -
    {{ item.name }}
    -
  • -
-
-
-
- - -
-
- - {{ $t('Habit.System') }}({{systemDesigner.designer}}%) -
-
- - {{ $t('Habit.Designer') }}({{systemDesigner.system}}%) -
-
-
-
- - - - {{ $t('Habit.Mannequin') }} - - - -
-
-
-
-
{{ $t('Habit.Current') }}
-
- -
-
-
-
-
- {{ $t('Habit.System') }} -
- -
- {{ $t('Habit.User') }} -
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
- -
- - - \ No newline at end of file diff --git a/src/component/DetailCopy/designDetail.vue b/src/component/DetailCopy/designDetail.vue index 63b57c8a..c49d5554 100644 --- a/src/component/DetailCopy/designDetail.vue +++ b/src/component/DetailCopy/designDetail.vue @@ -264,7 +264,7 @@ export default defineComponent({ let isCurrent = list[i].id == detailData?.selectDetail?.id let data:any = { changed:false, - color:(newData && detailData.currentDetailType == 'color' && isCurrent)?`${newData.rgba.r} ${newData.rgba.g} ${newData.rgba.b}`:`${list[i].color.rgba.r} ${list[i].color.rgba.g} ${list[i].color.rgba.b}`, + color:(detailData.currentDetailType == 'color' && isCurrent)?(newData?.rgba?`${newData.rgba.r} ${newData.rgba.g} ${newData.rgba.b}`:''):`${list[i].color.rgba.r} ${list[i].color.rgba.g} ${list[i].color.rgba.b}`, designType:(newData && detailData.currentDetailType == 'sketch' && isCurrent)?newData.designType:list[i].designType, id:(newData && detailData.currentDetailType == 'sketch' && isCurrent)?newData.id:list[i].id, // maskMinioUrl:'', diff --git a/src/component/DetailCopy/model/modelPosition.vue b/src/component/DetailCopy/model/modelPosition.vue index 486cf197..22b9ec1a 100644 --- a/src/component/DetailCopy/model/modelPosition.vue +++ b/src/component/DetailCopy/model/modelPosition.vue @@ -260,8 +260,8 @@ export default defineComponent({ const getSubmitData = (value:any)=>{ let parentNode = document.getElementsByClassName('molepositon')[0].getElementsByClassName("designOpenrtion_imgMask")[0].getBoundingClientRect() let ratio = detailData.frontBack.body.layersObject[0].imageSize[0]/parentNode.width - let arr:any = sort(detailData.frontBack.front) - // let arr:any = sort(JSON.parse(JSON.stringify(detailData.frontBack.front))) + // let arr:any = sort(detailData.frontBack.front) + let arr:any = sort(JSON.parse(JSON.stringify(detailData.frontBack.front))) let num = 10 arr.forEach((item:any)=>{ item.priority = num++ diff --git a/src/component/Events/eventsDetail.vue b/src/component/Events/eventsDetail.vue index fed52001..6d2a6841 100644 --- a/src/component/Events/eventsDetail.vue +++ b/src/component/Events/eventsDetail.vue @@ -32,7 +32,6 @@ - - diff --git a/src/component/HomePage/index/model/design/index.vue b/src/component/HomePage/index/model/design/index.vue index 15584d32..405d9659 100644 --- a/src/component/HomePage/index/model/design/index.vue +++ b/src/component/HomePage/index/model/design/index.vue @@ -211,7 +211,6 @@ \ No newline at end of file diff --git a/src/views/LoginPageEnterprise.vue b/src/views/LoginPageEnterprise.vue deleted file mode 100644 index 189c730a..00000000 --- a/src/views/LoginPageEnterprise.vue +++ /dev/null @@ -1,1121 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/LoginPageSchool.vue b/src/views/LoginPageSchool.vue deleted file mode 100644 index 912a3d94..00000000 --- a/src/views/LoginPageSchool.vue +++ /dev/null @@ -1,1121 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/paySucceed.vue b/src/views/paySucceed.vue index d32bd1dc..4e3ff761 100644 --- a/src/views/paySucceed.vue +++ b/src/views/paySucceed.vue @@ -14,7 +14,6 @@ - \ No newline at end of file