Commit 752305bc by zhuzhequan Committed by qinjianhui

feat:podus 查询表单样式优化

parent 834b039c
<template> <template>
<div class="card flex-column h-100 overflow-hidden"> <div class="card flex-column h-100 overflow-hidden">
<div class="header-filter-form"> <div class="header-filter-form">
<ElForm label-position="left" label-width="70px" :model="searchForm" size="default" inline> <ElForm class="search-form" label-position="right" label-width="70px" :model="searchForm" size="default" inline>
<!-- <div> --> <!-- <div> -->
<ElFormItem label="仓库"> <ElFormItem label="仓库">
<ElSelect <ElSelect
...@@ -6525,6 +6525,15 @@ useRouter().beforeEach((to, from, next) => { ...@@ -6525,6 +6525,15 @@ useRouter().beforeEach((to, from, next) => {
color: white; color: white;
font-weight: bold; font-weight: bold;
} }
.search-form{
::v-deep .el-radio-button{
width: 75px;
.el-radio-button__inner{
width: 100%;
}
}
}
</style> </style>
<style lang="scss"> <style lang="scss">
.customize-select-style { .customize-select-style {
......
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