diff --git a/public/resource/img/logo.png b/public/resource/img/logo.png index 8072ced..94a064b 100644 Binary files a/public/resource/img/logo.png and b/public/resource/img/logo.png differ diff --git a/src/assets/images/bj.png b/src/assets/images/bj.png new file mode 100644 index 0000000..39d63db Binary files /dev/null and b/src/assets/images/bj.png differ diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png index 8072ced..94a064b 100644 Binary files a/src/assets/images/logo.png and b/src/assets/images/logo.png differ diff --git a/src/assets/images/logo2.png b/src/assets/images/logo2.png new file mode 100644 index 0000000..f74678a Binary files /dev/null and b/src/assets/images/logo2.png differ diff --git a/src/components/Application/src/AppLogo.vue b/src/components/Application/src/AppLogo.vue index bd1a570..8d530d7 100644 --- a/src/components/Application/src/AppLogo.vue +++ b/src/components/Application/src/AppLogo.vue @@ -3,10 +3,10 @@ * @Description: logo component --> @@ -41,6 +41,7 @@ const go = useGo(); + // const getAppLogoClass = [ "jeecg-app-logo", "light", { "collapsed-show-title": false } ] const getAppLogoClass = computed(() => [prefixCls, props.theme, { 'collapsed-show-title': unref(getCollapsedShowTitle) }]); const getTitleClass = computed(() => [ @@ -90,4 +91,8 @@ line-height: normal; } } + + .advisoryClass{ + background-image: url(/@/assets/images/bj.png); + } diff --git a/src/design/ant/btn.less b/src/design/ant/btn.less index eb4c1af..fd4c9f4 100644 --- a/src/design/ant/btn.less +++ b/src/design/ant/btn.less @@ -6,9 +6,10 @@ // &.ant-btn-success:not(.ant-btn-link), // &.ant-btn-error:not(.ant-btn-link), // &.ant-btn-warning:not(.ant-btn-link), - // &.ant-btn-primary:not(.ant-btn-link) { - // box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important; - // } + &.ant-btn-primary:not(.ant-btn-link) { + box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important; + background: linear-gradient(to right, #1ea1fb, #0480e7); + } // &-group { // .ant-btn:not(:first-child) { // bottom: 1px; diff --git a/src/layouts/default/header/index.vue b/src/layouts/default/header/index.vue index 10841eb..8a6cff3 100644 --- a/src/layouts/default/header/index.vue +++ b/src/layouts/default/header/index.vue @@ -1,7 +1,7 @@