mirror of https://github.com/halo-dev/halo-admin
Fix style incompatible
parent
8226c34457
commit
73fbfa1aa0
|
@ -1,4 +1,9 @@
|
|||
@import "~ant-design-vue/lib/style/index";
|
||||
@import '~ant-design-vue/lib/style/index';
|
||||
|
||||
button,
|
||||
html [type='button'] {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
// The prefix to use on all css classes from ant-pro.
|
||||
@ant-pro-prefix : ant-pro;
|
||||
@ant-pro-prefix : ant-pro;
|
||||
|
|
|
@ -7,7 +7,6 @@ import '@/core/lazy_lib/components_use'
|
|||
import Viser from 'viser-vue'
|
||||
import VueCropper from 'vue-cropper'
|
||||
import 'ant-design-vue/dist/antd.less'
|
||||
import '../style/main.less'
|
||||
|
||||
// ext library
|
||||
import VueClipboard from 'vue-clipboard2'
|
||||
|
|
|
@ -7,7 +7,6 @@ import Antd from 'ant-design-vue'
|
|||
import Viser from 'viser-vue'
|
||||
import VueCropper from 'vue-cropper'
|
||||
import 'ant-design-vue/dist/antd.less'
|
||||
import '../style/main.less'
|
||||
|
||||
// ext library
|
||||
import VueClipboard from 'vue-clipboard2'
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
button,
|
||||
html [type='button'] {
|
||||
-webkit-appearance: none;
|
||||
}
|
Loading…
Reference in New Issue