0510航天交易所ui仿制,代码使用的jiem
lxf
2025-07-10 fc8c0126b1d376534b893d3885043902ca57c847
升级sass
7 files modified
1 files added
9292 ■■■■■ changed files
package.json 4 ●●●● patch | view | raw | blame | history
src/page/TtrendDetails/index.vue 2 ●●● patch | view | raw | blame | history
src/page/assetsCenter/index.vue 6 ●●●● patch | view | raw | blame | history
src/page/changeFundsPassword/index.vue 8 ●●●● patch | view | raw | blame | history
src/page/changePassword/index.vue 8 ●●●● patch | view | raw | blame | history
src/page/quotes.vue 6 ●●●● patch | view | raw | blame | history
vue.config.js 6 ●●●● patch | view | raw | blame | history
yarn.lock 9252 ●●●●● patch | view | raw | blame | history
package.json
@@ -52,10 +52,10 @@
    "babel-plugin-import": "^1.13.5",
    "eslint": "^7.32.0",
    "eslint-plugin-vue": "^8.0.3",
    "node-sass": "^7.0.1",
    "pinyin-pro": "^3.11.0",
    "postcss-pxtorem": "^6.0.0",
    "sass-loader": "^13.0.2",
    "sass": "^1.89.2",
    "sass-loader": "^13.3.3",
    "vue-template-compiler": "2.6.14",
    "webpack-bundle-analyzer": "^4.5.0"
  },
src/page/TtrendDetails/index.vue
@@ -1309,7 +1309,7 @@
  }
}
.popup-content {
  /deep/ .van-field__body {
  :deep(.van-field__body) {
    height: 5rem;
    padding-left: 1.3rem;
  }
src/page/assetsCenter/index.vue
@@ -538,7 +538,7 @@
.search-wrp {
  margin: 2rem 0;
  /deep/ .van-search .van-cell {
  :deep(.van-search .van-cell) {
    height: 6rem;
    font-size: 2rem;
    display: flex;
@@ -546,12 +546,12 @@
  }
}
/deep/ .van-search__content {
:deep(.van-search__content) {
  background-color: #212121;
  border: 1px solid #686767;
  border-radius: 4.6rem;
}
/deep/ .van-field__control {
:deep(.van-field__control) {
  color: #fff;
}
src/page/changeFundsPassword/index.vue
@@ -257,14 +257,14 @@
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  /deep/ .van-cell.van-field {
  :deep(.van-cell.van-field) {
    margin-top: 4.4rem;
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    color: #303133;
  }
  /deep/ .van-field__control {
  :deep(.van-field__control) {
    // @include themify() {
    //   background: themed("tab_background");
    // }
@@ -278,7 +278,7 @@
    border: 1px solid transparent !important;
  }
  /deep/ .van-cell__value {
  :deep(.van-cell__value) {
    height: 6.4rem;
    line-height: 6.4rem;
    font-weight: 700;
@@ -287,7 +287,7 @@
    text-align: left;
  }
  /deep/ .van-field__body {
  :deep(.van-field__body) {
    display: flex;
    position: relative;
    width: 100%;
src/page/changePassword/index.vue
@@ -161,14 +161,14 @@
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  /deep/ .van-cell.van-field {
  :deep(.van-cell.van-field) {
    margin-top: 4.4rem;
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    color: #303133;
  }
  /deep/ .van-field__control {
  :deep(.van-field__control) {
    // @include themify() {
    //   background: themed("tab_background");
    // }
@@ -182,7 +182,7 @@
    border: 1px solid transparent !important;
  }
  /deep/ .van-cell__value {
  :deep(.van-cell__value) {
    height: 6.4rem;
    line-height: 6.4rem;
    font-weight: 700;
@@ -191,7 +191,7 @@
    text-align: left;
  }
  /deep/ .van-field__body {
  :deep(.van-field__body) {
    display: flex;
    position: relative;
    width: 100%;
src/page/quotes.vue
@@ -333,11 +333,11 @@
}
.quotes {
  padding: 24px 0 24px 0;
  /deep/ .van-tab {
  :deep(.van-tab) {
    width: 10rem;
    flex: none;
  }
  /deep/ .van-tab--active {
  :deep(.van-tab--active) {
    min-width: 150px;
    text-align: center;
    padding: 18px 0px;
@@ -350,7 +350,7 @@
      font-size: 38px !important;
    }
  }
  /deep/ .van-tabs__line {
  :deep(.van-tabs__line) {
    background-color: #f7b328 !important;
    width: 5.5rem !important;
  }
vue.config.js
@@ -14,7 +14,7 @@
      config.plugins.push(new NodePolyfillPlugin())
  },
  //publicPath: './',     //打包APP用,打包时,需要隐藏首页连接钱包按钮和授权按钮
    publicPath: '/wap/',  // H5网页用,默认展示:连接钱包和授权按钮的。
  publicPath: '/wap/',  // H5网页用,默认展示:连接钱包和授权按钮的。
  //publicPath: '/wod/',   //苹果免签包H5网页用,打包时,需要隐藏首页连接钱包按钮和授权按钮
  outputDir: 'dist',
  assetsDir: '',
@@ -30,6 +30,10 @@
      scss: {
        additionalData: `@import "${scss_path}";`
      },
      sass: {
        implementation: require('sass'), // 明确使用 Dart Sass
        additionalData: `@import "${scss_path}";`
      },
    }
  },
  devServer: {
yarn.lock
New file
Diff too large