ソースを参照

Merge pull request ''修改日期选择器样式文件index.css'' (#28) from fzq into develop

Reviewed-on: http://git.picaiba.com/mt-fe-group/mt-yd-ui/pulls/28
develop
高天泽 1年前
コミット
2cefabc24b
3個のファイルの変更18行の追加2行の削除
  1. +4
    -1
      src/element-ui/theme/date-picker.css
  2. +4
    -1
      src/element-ui/theme/index.css
  3. +10
    -0
      src/views/modules/monitoring/productAnalysis.vue

+ 4
- 1
src/element-ui/theme/date-picker.css
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 4
- 1
src/element-ui/theme/index.css
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 10
- 0
src/views/modules/monitoring/productAnalysis.vue ファイルの表示

@@ -716,4 +716,14 @@ export default {
color: #fff;
background: #0b58ff;
}
.el-month-table td.today .cell {
font-weight: normal;
color: #000 !important;
}
.el-month-table td.current:not(.disabled) .cell{
color: #ffffff;
font-weight: bold !important;
background-color: var(--el-datepicker-active-color);
border-radius: 100px;
}
</style>

読み込み中…
キャンセル
保存