From ac33a3140ef8ef20dfd2537fce2dfdd0f374f30e Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 26 二月 2026 17:42:10 +0800
Subject: [PATCH] 调试
---
admin/src/components/business/OperaInformationWindow.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/admin/src/components/business/OperaInformationWindow.vue b/admin/src/components/business/OperaInformationWindow.vue
index 9268057..f9805e2 100644
--- a/admin/src/components/business/OperaInformationWindow.vue
+++ b/admin/src/components/business/OperaInformationWindow.vue
@@ -1,5 +1,6 @@
<template>
<GlobalWindow
+ width="80%"
:title="title"
:visible.sync="visible"
v-loading="isUploading"
@@ -131,6 +132,12 @@
::v-deep .el-form-item__content {
flex: 0.6;
}
+::v-deep .el-select {
+ width: 100%;
+ .el-input__inner {
+ width: 100%;
+ }
+}
$image-width: 100px;
.avatar-uploader {
width: $image-width;
--
Gitblit v1.9.3