Commit 813a7e34 by pangchong

feat: 宽度修改

parent af76f5fa
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- 搜索条件 --> <!-- 搜索条件 -->
<div class="flex items-center justify-between mb-4 px-4"> <div class="flex items-center justify-between mb-4 px-4">
<range-pickey v-model:start-date="beginTime" v-model:end-date="endTime"></range-pickey> <range-pickey v-model:start-date="beginTime" v-model:end-date="endTime"></range-pickey>
<a-input-search placeholder="搜索" class="w-[240px]" v-model="keyword"></a-input-search> <a-input-search placeholder="搜索" class="!w-[240px]" v-model="keyword"></a-input-search>
</div> </div>
<!-- table展示 --> <!-- table展示 -->
<div class="flex-auto overflow-y-auto px-4"> <div class="flex-auto overflow-y-auto px-4">
......
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