Merge remote-tracking branch 'origin/main'

This commit is contained in:
root 2025-06-17 10:17:33 +08:00
commit 1788b94653
13 changed files with 39 additions and 14 deletions

View File

@ -233,4 +233,7 @@ onUnmounted(() => {
} }
} }
:deep(.scale-input-number .ed-input__wrapper::after){
top: -1px;
}
</style> </style>

View File

@ -707,8 +707,25 @@ const fullScreenPreview = () => {
} }
.tabline{ .tabline{
width: 1px; width: 1px;
height: 20px; height: 40px;
background-color: rgba(24, 24, 24, 1); background-color: rgba(255, 255, 255, 0.15);
margin: 0px 10px; margin: 0px 10px;
} }
</style> </style>
<style>
.ed-message-box{
background: #212121;
}
.ed-message-box__content{
color: #ffffff;
}
.ed-message-box__btns .ed-button--primary{
background: #0089ff;
border-color: #0089ff;
}
.ed-message-box__btns .ed-button.is-secondary{
color: #F2F4F5 !important;
background-color: #212121 !important;
border: 1px solid #434343 !important;
}
</style>

View File

@ -36,7 +36,7 @@ const emits = defineEmits(['customClick'])
} }
} }
.group_inner { .group_inner {
padding: 0px 10px 4px; padding: 4px 10px 4px;
display: flex; display: flex;
cursor: pointer; cursor: pointer;
flex-direction: column; flex-direction: column;

View File

@ -473,7 +473,7 @@ const menuOpt = optName => {
color:#ffffff !important; color:#ffffff !important;
} }
.ed-collapse-item__wrap .ed-input-number.is-controls-right .ed-input-number__increase{ .ed-collapse-item__wrap .ed-input-number.is-controls-right .ed-input-number__increase{
border-bottom: 1px solid #5f5f5f !important; border-bottom: 1px solid #434343 !important;
border-left: 1px solid #5f5f5f !important; border-left: 1px solid #5f5f5f !important;
} }
.ed-collapse-item__wrap .ed-input-number.is-controls-right .ed-input-number__decrease{ .ed-collapse-item__wrap .ed-input-number.is-controls-right .ed-input-number__decrease{
@ -593,4 +593,7 @@ color: #ffffff !important;
.ed-select .ed-input.is-disabled:not(.ed-input--dark) .ed-input__wrapper:hover{ .ed-select .ed-input.is-disabled:not(.ed-input--dark) .ed-input__wrapper:hover{
box-shadow: none!important;; box-shadow: none!important;;
} }
.icon-checkbox:before{
content:''
}
</style> </style>

View File

@ -607,7 +607,7 @@ strong {
.form-item-dark { .form-item-dark {
.ed-input-number__decrease, .ed-input-number__decrease,
.ed-input-number__increase { .ed-input-number__increase {
color: #a6a6a6; color: #a6a6a6 !important;
} }
} }

View File

@ -394,7 +394,7 @@ color:#ffffff;
color:#ffffff !important; color:#ffffff !important;
} }
:deep(.ed-input-number.is-controls-right .ed-input-number__increase){ :deep(.ed-input-number.is-controls-right .ed-input-number__increase){
border-bottom: 1px solid #5f5f5f !important; border-bottom: 1px solid #434343 !important;
border-left: 1px solid #5f5f5f !important; border-left: 1px solid #5f5f5f !important;
} }
:deep(.ed-input-number.is-controls-right .ed-input-number__decrease){ :deep(.ed-input-number.is-controls-right .ed-input-number__decrease){

View File

@ -312,7 +312,7 @@ color:#ffffff;
color:#ffffff; color:#ffffff;
} }
:deep(.ed-input-number.is-controls-right .ed-input-number__increase){ :deep(.ed-input-number.is-controls-right .ed-input-number__increase){
border-bottom: 1px solid #5f5f5f !important; border-bottom: 1px solid #434343 !important;
border-left: 1px solid #5f5f5f !important; border-left: 1px solid #5f5f5f !important;
} }
:deep(.ed-input-number.is-controls-right .ed-input-number__decrease){ :deep(.ed-input-number.is-controls-right .ed-input-number__decrease){

View File

@ -5331,10 +5331,10 @@ span {
border: 1px solid #3370ff; border: 1px solid #3370ff;
} }
.ed-input-number--dark .ed-input-number__decrease.is-disabled .ed-icon, .ed-input-number--dark .ed-input-number__increase.is-disabled .ed-icon{ .ed-input-number--dark .ed-input-number__decrease.is-disabled .ed-icon, .ed-input-number--dark .ed-input-number__increase.is-disabled .ed-icon{
color: #ffffff; color: #ffffff !important;
} }
.form-item-dark .ed-input-number__decrease, .form-item-dark .ed-input-number__increase { .form-item-dark .ed-input-number__decrease, .form-item-dark .ed-input-number__increase {
color: #ffffff ; color: #ffffff !important;
} }
.de-chart-editor .ed-input-group--append .ed-input-group__append .ed-select:not(.ed-select--disabled):hover .ed-input__wrapper{ .de-chart-editor .ed-input-group--append .ed-input-group__append .ed-select:not(.ed-select--disabled):hover .ed-input__wrapper{
box-shadow: none !important; box-shadow: none !important;
@ -5346,7 +5346,7 @@ span {
} }
.de-chart-editor .ed-input-group--append .ed-input-group__append .ed-select:not(.ed-select--disabled) .ed-input .ed-input__wrapper{ .de-chart-editor .ed-input-group--append .ed-input-group__append .ed-select:not(.ed-select--disabled) .ed-input .ed-input__wrapper{
box-shadow: none !important; box-shadow: none !important;
border:1px solid #636363 !important; border:none !important;
border-left: none !important; border-left: none !important;
} }
.de-chart-editor .view-panel-row .ed-collapse-item__header.is-active{ .de-chart-editor .view-panel-row .ed-collapse-item__header.is-active{

View File

@ -654,7 +654,7 @@ const save = () => {
color: #ebebeb !important; color: #ebebeb !important;
} }
.ed-message-box{ .ed-message-box{
background: #212121; background: #212121 ;
} }
.ed-message-box__content{ .ed-message-box__content{
color: #ffffff; color: #ffffff;

View File

@ -26,6 +26,7 @@ const showmodule = ref(false)
const currentMoudleId = ref('') const currentMoudleId = ref('')
const showermission = ref(false) const showermission = ref(false)
const showUserInfo = ref(false) const showUserInfo = ref(false)
const currentrow = ref({})
watch( watch(
() => props.menuList, () => props.menuList,
(newVal) => { (newVal) => {
@ -54,6 +55,7 @@ function childmenuclick(item: any) {
showUserInfo.value = false showUserInfo.value = false
if (item.module_id && item.module_id !== '') { if (item.module_id && item.module_id !== '') {
currentMoudleId.value = item.module_id currentMoudleId.value = item.module_id
console.log('传递给 Assocmodule 的 props:',item)
showmodule.value = true showmodule.value = true
} else { } else {
showmodule.value = false showmodule.value = false

View File

@ -928,7 +928,7 @@ initFunction()
color:#ffffff !important; color:#ffffff !important;
} }
.ed-input-number.is-controls-right .ed-input-number__increase{ .ed-input-number.is-controls-right .ed-input-number__increase{
border-bottom: 1px solid #5f5f5f !important; border-bottom: 1px solid #434343 !important;
border-left: 1px solid #5f5f5f !important; border-left: 1px solid #5f5f5f !important;
} }
.ed-input-number.is-controls-right .ed-input-number__decrease{ .ed-input-number.is-controls-right .ed-input-number__decrease{

View File

@ -1652,7 +1652,7 @@ border-right: 1px solid rgba(54, 54, 54, 1)
color: #F2F4F5; color: #F2F4F5;
} }
.ed-message-box{ .ed-message-box{
background: #212121; background: #212121 ;
} }
.ed-message-box__content{ .ed-message-box__content{
color: #ffffff; color: #ffffff;

View File

@ -771,4 +771,4 @@ eventBus.on('tabSort', tabSort)
font-size: 12px; font-size: 12px;
color: rgb(169, 175, 184); color: rgb(169, 175, 184);
} }
</style> </style>