diff --git a/src/components/entity/EntityList.vue b/src/components/entity/EntityList.vue index f5dd134..cbd72eb 100644 --- a/src/components/entity/EntityList.vue +++ b/src/components/entity/EntityList.vue @@ -10,7 +10,7 @@
- - Media Information - + - - +
-
+
-
+
@@ -703,7 +703,7 @@
- + @@ -753,8 +753,8 @@
- @@ -870,12 +870,12 @@
- +

-No records found-

- +
@@ -912,9 +912,6 @@ import ConfigPropertiesService from "@/service/config-properties-service"; import EvaluationService from "@/service/evaluation-service"; import AccessControlService from "@/service/access-control-service"; -import { BCard, BCollapse, BButton } from "bootstrap-vue-next"; - - export default { name: "EntityList", components: { @@ -1599,11 +1596,11 @@ video { margin-bottom: 33px; padding-right: 0px; } -.BCard-spl { +.b-card-spl { background-color: #fafafa; margin: 0px 0px 8px 0px !important; } -.BCard-spl > div:first-child { +.b-card-spl > div:first-child { padding: 8px !important; } .row-spl { diff --git a/vue.config.js b/vue.config.js index 4fa8502..4475f96 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,19 +1,4 @@ const { BootstrapVueNextResolver } = require("bootstrap-vue-next/resolvers"); -// const { defineConfig } = require('@vue/cli-service') -// const { Components } = require('unplugin-vue-components/webpack') - -// module.exports = defineConfig({ -// chainWebpack: (config) => { -// config.module -// .rule('vue') -// .use('vue-loader') -// }, -// configureWebpack: { -// plugins: [ -// Components({ resolvers: [BootstrapVueNextResolver()], }), -// ] -// } -// }) module.exports = { chainWebpack: (config) => {