1
@@ -218,7 +218,7 @@ export default defineComponent({
</List>
</OFullRefresh>
) : (
- <OEmpty />
+ <OEmpty tips="暂无考勤" />
)}
<Popup v-model:show={state.showPopoverTime} position="bottom" style="{ height: '30%' }">
@@ -36,17 +36,18 @@
margin-right: 10px;
}
.tag {
- padding: 1px 8px;
+ padding: 0px 8px;
min-width: 40px;
- height: 19px;
+
background: #ffe7da;
+ display: inline-block;
border-radius: 4px;
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #f67146;
text-align: center;
- line-height: 17px;
+ line-height: 19px;
.itemTopRight {
@@ -75,6 +75,7 @@ export default defineComponent({
value: item.id as string
})
nextTick(() => {
showFirstloading.value = true