Commit dbe15fbc authored by youjie's avatar youjie

no message

parent b0514923
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<div class="w-[977px] h-full flex flex-col flex-shrink-0" <div class="w-[977px] h-full flex flex-col flex-shrink-0"
:class="[current!=3?'overflow-hidden':'']"> :class="[current!=3?'overflow-hidden':'']">
<a-spin :loading="loading"> <a-spin :loading="loading">
<div class="flex"> <div class="flex pl-[13px]">
<div v-for="(item,index) in TitleBars" <div v-for="(item,index) in TitleBars"
class="myOrder-status px-[13px] py-[22px] cursor-pointer relative" class="myOrder-status mr-[42px] py-[22px] cursor-pointer relative"
:class="[current==item.value?'active font-medium':'font-light']" :class="[current==item.value?'active font-medium':'font-light',index?'ml-[42px]':null]"
@click="changeStatus(item.value)">{{ item.label }} @click="changeStatus(item.value)">{{ item.label }}
<div class="myOrder-status-border absolute left-0 bottom-0 w-full flex justify-center"> <div class="myOrder-status-border absolute left-0 bottom-0 w-full flex justify-center">
<div></div> <div></div>
......
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
</a-dropdown> </a-dropdown>
</div> </div>
<div v-for="(item,index) in TitleBars" <div v-for="(item,index) in TitleBars"
class="myOrder-status px-[13px] py-[22px] cursor-pointer relative" class="myOrder-status mr-[45px] py-[22px] cursor-pointer relative"
:class="[currentStatus==item.value?'active font-medium':'font-light']" :class="[currentStatus==item.value?'active font-medium':'font-light',index?'ml-[45px]':null]"
@click="changeStatus(item.value)"> @click="changeStatus(item.value)">
{{ item.lable }} {{ item.lable }}
<div class="myOrder-status-border absolute left-0 bottom-0 w-full flex justify-center"> <div class="myOrder-status-border absolute left-0 bottom-0 w-full flex justify-center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment