forked from voxgig/model-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
routing in side bars
- Loading branch information
Showing
10 changed files
with
2,152 additions
and
19,813 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,111 @@ | ||
.vxg-icon{padding:20px}.vxg-app-bar{height:64px;background-color:#fff;margin-left:25px}.vxg-head-btn{height:100%;background-color:#fff!important;color:rgb(var(--vxg-ct0));text-transform:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;margin-left:10px}.vxg-head-btn .v-icon{color:rgb(var(--vxg-ci0))!important}.basic-footer[data-v-edc4307a]{padding:1rem;text-align:center;background-color:#f5f5f5;color:#333}nav.vxg-side,nav.vxg-side .v-sheet{background-color:rgb(var(--vxg-cb1))!important}nav.vxg-side .v-divider{border-color:rgb(var(--vxg-ct2))!important;margin:16px 8px}.btn-style{background-color:#283348!important;width:141px;height:281px;margin:4px!important}.btn-style.selected-btn{background-color:rgb(var(--vxg-cb1))!important}.btn-style.selected-btn,.btn-style.selected-btn .v-icon{color:rgb(var(--vxg-ct1))!important}.vxg-toggle{background-color:rgb(var(--vxg-cb1))!important;padding:10px!important;padding-bottom:10px;padding-top:10px;margin-right:10px}a.vxg-router-link{display:block;margin:0 8px;padding:16px 8px;text-decoration:none!important;color:rgb(var(--vxg-ct1))!important;border-radius:8px}a.vxg-router-link .v-icon{color:rgb(var(--vxg-ct2))!important}a.vxg-router-link.router-link-active{background-color:rgb(var(--vxg-cb2))!important;color:rgb(var(--vxg-ct1))!important}a.vxg-router-link.router-link-active .v-icon{color:rgb(var(--vxg-ct1))!important}.vxg-side-open{width:48px;height:48px}.drawer-toggle{width:48px}.font-size-13{font-size:13px}.vxg-form-field{text-align:right;padding:0 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}div.changes{width:100%;color:rgba(0,0,0,.26)!important;background-color:transparent!important}div.changes table{width:100%;background-color:#fff!important;border-bottom:0;border-left:0;border-right:1px solid rgba(0,0,0,.26);border-top:1px solid rgba(0,0,0,.26)}div.changes td,div.changes th{background-color:#fff!important;border-right:0;border-top:0;border-left:1px solid rgba(0,0,0,.26);border-bottom:1px solid rgba(0,0,0,.26);padding:4px} | ||
.vxg-icon { | ||
padding: 20px; | ||
} | ||
.vxg-app-bar { | ||
height: 64px; | ||
background-color: white; | ||
margin-left: 25px; | ||
} | ||
.vxg-head-btn { | ||
height: 100%; | ||
background-color: white !important; | ||
color: rgb(var(--vxg-ct0)); | ||
text-transform: none !important; | ||
-webkit-box-shadow: none !important; | ||
box-shadow: none !important; | ||
margin-left: 10px; | ||
} | ||
.vxg-head-btn .v-icon { | ||
color: rgb(var(--vxg-ci0)) !important; | ||
} | ||
.basic-footer[data-v-d93f7088] { | ||
padding: 1rem; | ||
text-align: center; | ||
background-color: #f5f5f5; | ||
color: #333; | ||
} | ||
nav.vxg-side { | ||
background-color: rgb(var(--vxg-cb1)) !important; | ||
} | ||
nav.vxg-side .v-sheet { | ||
background-color: rgb(var(--vxg-cb1)) !important; | ||
} | ||
nav.vxg-side .v-divider { | ||
border-color: rgb(var(--vxg-ct2)) !important; | ||
margin: 16px 8px; | ||
} | ||
.btn-style { | ||
background-color: #283348 !important; | ||
width: 141px; | ||
height: 281px; | ||
margin: 4px !important; | ||
} | ||
.btn-style.selected-btn { | ||
background-color: rgb(var(--vxg-cb1)) !important; | ||
color: rgb(var(--vxg-ct1)) !important; | ||
} | ||
.btn-style.selected-btn .v-icon { | ||
color: rgb(var(--vxg-ct1)) !important; | ||
} | ||
.vxg-toggle { | ||
background-color: rgb(var(--vxg-cb1)) !important; | ||
padding: 10px !important; | ||
padding-bottom: 10px; | ||
padding-top: 10px; | ||
margin-right: 10px; | ||
} | ||
a.vxg-router-link { | ||
display: block; | ||
margin: 0px 8px; | ||
padding: 16px 8px; | ||
text-decoration: none !important; | ||
color: rgb(var(--vxg-ct1)) !important; | ||
border-radius: 8px; | ||
} | ||
a.vxg-router-link .v-icon { | ||
color: rgb(var(--vxg-ct2)) !important; | ||
} | ||
a.vxg-router-link.router-link-active { | ||
background-color: rgb(var(--vxg-cb2)) !important; | ||
color: rgb(var(--vxg-ct1)) !important; | ||
} | ||
a.vxg-router-link.router-link-active .v-icon { | ||
color: rgb(var(--vxg-ct1)) !important; | ||
} | ||
.vxg-side-open { | ||
width: 48px; | ||
height: 48px; | ||
} | ||
.drawer-toggle { | ||
width: 48px; | ||
} | ||
.font-size-13 { | ||
font-size: 13px; | ||
} | ||
.vxg-form-field { | ||
text-align: right; | ||
padding: 0px 8px 0px 0px; | ||
-webkit-box-sizing: border-box; | ||
box-sizing: border-box; | ||
} | ||
div.changes { | ||
width: 100%; | ||
color: rgba(0, 0, 0, 0.26) !important; | ||
background-color: rgba(0, 0, 0, 0) !important; | ||
} | ||
div.changes table { | ||
width: 100%; | ||
background-color: #FFF !important; | ||
border-bottom: 0px; | ||
border-left: 0px; | ||
border-right: 1px solid rgba(0, 0, 0, 0.26); | ||
border-top: 1px solid rgba(0, 0, 0, 0.26); | ||
} | ||
div.changes th, div.changes td { | ||
background-color: #FFF !important; | ||
border-right: 0px; | ||
border-top: 0px; | ||
border-left: 1px solid rgba(0, 0, 0, 0.26); | ||
border-bottom: 1px solid rgba(0, 0, 0, 0.26); | ||
padding: 4px; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,8 @@ function makeStore(Vue) { | |
add: 0 | ||
}, | ||
search: { | ||
term: '' | ||
a: '', | ||
b: '' | ||
}, | ||
}, | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.