计算引擎:ui样式调整

This commit is contained in:
高云鹏 2024-11-07 13:31:10 +08:00
parent 654ccad06b
commit e0ca85c56c

View File

@ -87,7 +87,7 @@ const moduleList = ref([
display: flex; display: flex;
align-items: center; align-items: center;
border-radius: 10px; border-radius: 10px;
border: 1px solid #2f9e44; border: 1px solid #333;
.namePart { .namePart {
display: flex; display: flex;
align-items: center; align-items: center;
@ -137,7 +137,7 @@ const moduleList = ref([
// height: 100%; // height: 100%;
padding: 20px; padding: 20px;
border-radius: 10px; border-radius: 10px;
border: 1px solid #2f9e44; border: 1px solid #333;
overflow-y: auto; overflow-y: auto;
max-height: 100%; max-height: 100%;
.moduleItem { .moduleItem {