update style

This commit is contained in:
2026-03-23 14:28:24 +08:00
parent d52f7e8ec4
commit b7f5fe755a
+3 -3
View File
@@ -94,7 +94,7 @@ onMounted(() => {
<template> <template>
<div class="flex gap-4 items-center"> <div class="flex gap-4 items-center">
<div class="flex items-center gap-1"> <div class="flex items-center gap-1">
<span class="text-gray-600 text-sm whitespace-nowrap">公司</span> <span class="text-gray-600 text-sm whitespace-nowrap">公司 :</span>
<a-select <a-select
:value="model.company_id" :value="model.company_id"
:options="companyOptions" :options="companyOptions"
@@ -110,7 +110,7 @@ onMounted(() => {
/> />
</div> </div>
<div class="flex items-center gap-1"> <div class="flex items-center gap-1">
<span class="text-gray-600 text-sm whitespace-nowrap">平台</span> <span class="text-gray-600 text-sm whitespace-nowrap">平台 :</span>
<a-select <a-select
:value="model.platform_id" :value="model.platform_id"
:options="platformOptions" :options="platformOptions"
@@ -125,7 +125,7 @@ onMounted(() => {
/> />
</div> </div>
<div class="flex items-center gap-1"> <div class="flex items-center gap-1">
<span class="text-gray-600 text-sm whitespace-nowrap">店铺</span> <span class="text-gray-600 text-sm whitespace-nowrap">店铺 :</span>
<a-select <a-select
:value="model.store_id" :value="model.store_id"
:options="storeOptions" :options="storeOptions"