king
2022-11-02 64fb2c2a3491e1343d919f3b5b4cdc366210b179
2022-11-02
4个文件已修改
36 ■■■■■ 已修改文件
src/tabviews/custom/components/carousel/data-card/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/carousel/data-card/index.scss 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/carousel/prop-card/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/carousel/prop-card/index.scss 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/carousel/data-card/index.jsx
@@ -348,7 +348,7 @@
        {config.wrap.modalContent !== 'update' ? <div className="mk-footer">
          <Checkbox defaultChecked={false} onChange={this.onTipChange}>不在提醒</Checkbox>
          <Button className="close" onClick={() => this.setState({visible: false})}>立即体验</Button>
        </div> : <div className="mk-footer single">
        </div> : <div className="mk-footer">
          <Button className="close" onClick={() => this.setState({visible: false})}>知道了</Button>
        </div>}
      </Modal>
src/tabviews/custom/components/carousel/data-card/index.scss
@@ -103,7 +103,7 @@
    background: rgba(0,0,0,0.15);
  }
  .mk-footer {
    padding-top: 5px;
    padding-top: 10px;
    .ant-checkbox-wrapper {
      font-size: 13px;
      line-height: 26px;
@@ -113,19 +113,17 @@
      height: 15px;
    }
    .close {
      height: 28px;
      height: 32px;
      color: #ffffff;
      background-color: var(--mk-sys-color);
      border-color: var(--mk-sys-color);
      padding: 0 10px;
      padding: 0 20px;
      float: right;
    }
  }
  .mk-footer.single {
    text-align: center;
    padding-top: 10px;
    .close {
      float: none;
    }
  .mk-footer::after {
    content: ' ';
    display: block;
    clear: both;
  }
}
src/tabviews/custom/components/carousel/prop-card/index.jsx
@@ -371,7 +371,7 @@
        {config.wrap.modalContent !== 'update' ? <div className="mk-footer">
          <Checkbox defaultChecked={false} onChange={this.onTipChange}>不在提醒</Checkbox>
          <Button className="close" onClick={() => this.setState({visible: false})}>立即体验</Button>
        </div> : <div className="mk-footer single">
        </div> : <div className="mk-footer">
          <Button className="close" onClick={() => this.setState({visible: false})}>知道了</Button>
        </div>}
      </Modal>
src/tabviews/custom/components/carousel/prop-card/index.scss
@@ -94,7 +94,7 @@
    background: rgba(0,0,0,0.15);
  }
  .mk-footer {
    padding-top: 5px;
    padding-top: 10px;
    .ant-checkbox-wrapper {
      font-size: 13px;
      line-height: 26px;
@@ -104,19 +104,17 @@
      height: 15px;
    }
    .close {
      height: 28px;
      height: 32px;
      color: #ffffff;
      background-color: var(--mk-sys-color);
      border-color: var(--mk-sys-color);
      padding: 0 10px;
      padding: 0 20px;
      float: right;
    }
  }
  .mk-footer.single {
    text-align: center;
    padding-top: 10px;
    .close {
      float: none;
    }
  .mk-footer::after {
    content: ' ';
    display: block;
    clear: both;
  }
}