This commit is contained in:
zk
2023-12-22 17:15:26 +08:00
parent b9f2b3b521
commit 22a4132300
4 changed files with 77 additions and 76 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
} }
// 下拉框样式-start // 下拉框样式-start
.ant-select { .ant-select.bg-000 {
background-color: #000; background-color: #000;
} }
+1 -1
View File
@@ -238,7 +238,7 @@ antd表格样式
*/ */
.ant-table-thead > tr > th { .ant-table-thead > tr > th {
border-bottom: 1px solid #1e73c2 !important; //border-bottom: 1px solid #1e73c2 !important;
} }
.ant-table-body { .ant-table-body {
+2 -1
View File
@@ -38,11 +38,12 @@
background-size: 100% 100%; background-size: 100% 100%;
color: #ffffff !important; color: #ffffff !important;
padding-left: 2%; padding-left: 2%;
font-size: 18px;
font-weight: bold;
} }
.ant-modal-header { .ant-modal-header {
padding: 0 !important; padding: 0 !important;
padding-bottom: 0;
border-bottom: none; border-bottom: none;
} }
+2 -2
View File
@@ -22,11 +22,11 @@
<a-select <a-select
placeholder="选择单位" placeholder="选择单位"
v-model:value="orgCode" v-model:value="orgCode"
class="type-select" class="type-select bg-000"
:options="option" :options="option"
:field-names="fieldNames" :field-names="fieldNames"
></a-select> ></a-select>
<a-select placeholder="选择时间范围" v-model:value="type" class="type-select" :options="timeRangeOption"></a-select> <a-select placeholder="选择时间范围" v-model:value="type" class="type-select bg-000" :options="timeRangeOption"></a-select>
</template> </template>
</SecondMap> </SecondMap>
</div> </div>