diff --git a/src/css/app.scss b/src/css/app.scss index 84a300b..1f7902d 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -295,9 +295,7 @@ div.create { align-items: center; min-height: 200px; color: #888888; - border-left: 1px solid #ccc; - border-right: 1px solid #ccc; - border-bottom: 1px solid #ccc; + border: 1px solid #ccc; } .q-field--filled .q-field__control { border-radius: 4px!important; diff --git a/src/pages/application/Index.vue b/src/pages/application/Index.vue index 6dc63fa..162df14 100644 --- a/src/pages/application/Index.vue +++ b/src/pages/application/Index.vue @@ -8,39 +8,17 @@
Link
-->
- + {{ this.$t('no_apps') }} + Add New +
+ - - - - - -
- {{ this.$t('no_apps') }} - Add New -
- - -
- - -
Tags
- Lorem ipsum dolor sit amet consectetur adipisicing elit. -
- -
+
@@ -80,8 +58,7 @@ export default { data () { return { - create: false, - tab: 'userapps' + create: false } }, mounted () {