修改了部分components的样式

This commit is contained in:
CGD
2025-04-16 12:55:07 +08:00
parent f2f66579cb
commit 000e676397
3 changed files with 18 additions and 13 deletions
+15 -11
View File
@@ -551,28 +551,26 @@ export default {
/* 备注文本 */
::v-deep .remark-input .el-textarea__inner {
background-color: #f5f5f5;
border-radius: 4px;
border: 1px solid #e6e6e6;
padding: 8px 12px;
resize: none;
max-height: 40px !important;
line-height: 1.5;
}
::v-deep .remark-input .el-textarea__inner::placeholder {
color: black !important;
opacity: 0.7;
}
::v-deep .remark-input .el-textarea__inner {
background-color: #f4f6fa;
background-color: transparent !important;
}
::v-deep .remark-input .el-textarea__inner:focus {
background-color: #edeffb;
border-color: #409EFF !important;
outline: none;
}
::v-deep .remark-input .el-textarea__inner::placeholder {
color: #c0c4cc !important;
opacity: 1;
}
/* 滚动容器 */
.scroll-wrapper {
display: flex;
@@ -650,6 +648,12 @@ export default {
bottom: 20px;
padding-top: 10px;
}
.action-buttons .el-button {
padding: 8px 15px;
font-size: 11px;
}
.edit-btn,
.delete-btn,
.save-btn {