Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-10-21 14:33:43 +0800
Commit
5d051fe168ed87cad2bf3a14fa6f6e9bb25dd442
1 parent
1c690e6e
add global scss by huangtao
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
apps/pages/order/seller-confirm.vue
apps/statics/scss/_variable.scss → apps/statics/scss/variable.scss
build/webpack.base.conf.js
build/webpack.client.conf.js
apps/pages/order/seller-confirm.vue
View file @
5d051fe
...
...
@@ -455,7 +455,6 @@ export default {
</script>
<style lang="scss" scoped>
@import "~statics/scss/variable";
.body {
height: 100%;
...
...
apps/statics/scss/
_
variable.scss → apps/statics/scss/variable.scss
View file @
5d051fe
build/webpack.base.conf.js
View file @
5d051fe
...
...
@@ -26,6 +26,7 @@ const webpackConfig = {
alias
:
{
vue
$
:
'vue/dist/vue.runtime.esm.js'
,
'lottie-web'
:
'lottie-web/build/player/lottie_light.min.js'
,
'@'
:
resolve
(
'apps'
)
},
modules
:
[
path
.
join
(
__dirname
,
'../apps'
),
'node_modules'
],
},
...
...
build/webpack.client.conf.js
View file @
5d051fe
...
...
@@ -76,7 +76,7 @@ const webpackConfig = merge(baseConfig, {
loader
:
'sass-loader'
,
options
:
{
sourceMap
:
isProd
,
// data: '@import "variable
s";',
data
:
'@import "@/statics/scss/variable.scs
s";'
,
},
},
],
...
...
Please
register
or
login
to post a comment