CGridTableRec + fields + page

pagine:
- Siti Web
- Operazioni
- Push...
This commit is contained in:
Paolo Arena
2021-09-19 20:07:28 +02:00
parent 622bd6943d
commit db4b06f67f
96 changed files with 2561 additions and 4328 deletions

View File

@@ -46,7 +46,7 @@
position: absolute;
right: 10px;
display: inline-block;
padding: 0 0px 0px 0px;
padding: 0 0 0 0;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
@@ -64,7 +64,7 @@
}
.isAdmin {
color: red;
color: red !important;
}
.isSocioResidente {
@@ -94,7 +94,7 @@
}
.clexpansion{
min-width: 0px !important;
min-width: 0 !important;
}
.my-menu-active {

View File

@@ -22,7 +22,7 @@ export default defineComponent({
const path = computed(() => route.path)
function getmenu(): any {
console.log('getmenu menuOne!')
// console.log('getmenu menuOne!')
return globalStore.getmenu
}

View File

@@ -152,5 +152,5 @@
</script>
<style lang="scss" scoped>
@import './menuOne.scss';
@import './menuOne.scss';
</style>