mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
标签管理条件宽度调整
This commit is contained in:
@@ -710,8 +710,8 @@ export default {
|
|||||||
|
|
||||||
.select {
|
.select {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 200px;
|
min-width: 150px;
|
||||||
max-width: 300px;
|
max-width: 184px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
@@ -1103,8 +1103,8 @@ export default {
|
|||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
|
||||||
.select {
|
.select {
|
||||||
min-width: 160px;
|
min-width: 150px;
|
||||||
max-width: 220px;
|
max-width: 184px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
||||||
:deep(.filter-input),
|
:deep(.filter-input),
|
||||||
@@ -1136,7 +1136,7 @@ export default {
|
|||||||
|
|
||||||
.button-group {
|
.button-group {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
max-width: 120px;
|
max-width: 180px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
||||||
.btn, .btnn {
|
.btn, .btnn {
|
||||||
|
|||||||
Reference in New Issue
Block a user