style: fix style utility class inconsistencies and correct CSS syntax
Clean up style-related code across all components: - Replace deprecated color-* classes with text-[color]/text-white equivalents - Remove redundant border-box declarations and fix broken empty box-sizing rule - Correct invalid rounded corner class syntax - Standardize line-height to leading-[value] utilities - Uniform margin and padding notation to [xxpx] format
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div class="bg-white rounded-12 overflow-hidden mb-12">
|
||||
<div class="border-box font-size-16 font-500 color-000 line-height-24 p-12">
|
||||
<div class="bg-white rounded-[12px] overflow-hidden mb-12">
|
||||
<div class=" font-size-16 font-500 color-000 line-height-24 p-[12px]">
|
||||
使用日期
|
||||
</div>
|
||||
<div class="flex flex-items-center border-box">
|
||||
<div class="flex flex-items-center ">
|
||||
<scroll-div class="date-scroll" scroll-x>
|
||||
<div class="date-list">
|
||||
<block v-for="item in openDateRangeList" :key="item.date">
|
||||
|
||||
Reference in New Issue
Block a user