Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[义诊] 根据接诊时间计算目前是否正在接诊并显示 #76

Merged
merged 7 commits into from
Jan 20, 2024

Conversation

yuannnh
Copy link
Contributor

@yuannnh yuannnh commented Feb 5, 2020

目前样式如下, 后期可以对整个card里面的内容样式微调让重要信息更清晰
image

@yuannnh yuannnh closed this Feb 5, 2020
@TechQuery
Copy link
Member

@yuannnh 遇到什么困难了?

@TechQuery TechQuery reopened this Feb 5, 2020
@yuannnh yuannnh force-pushed the yuannnh/clinic-live branch from 100b089 to e4b8f1b Compare February 6, 2020 04:35
@yuannnh yuannnh requested a review from TechQuery February 6, 2020 05:03
@yuannnh yuannnh changed the title WIP [义诊] 根据接诊时间计算目前是否正在接诊并显示 [义诊] 根据接诊时间计算目前是否正在接诊并显示 Feb 6, 2020
@@ -6,6 +6,7 @@ import { Card } from 'boot-cell/source/Content/Card';
import { CardsPage, AuditBar } from '../../component';
import { clinic, Clinic } from '../../model';
import { getIsLive } from './time';
import './index.css'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

本项目支持 CSS modules

import style from './index.module.css';

source/page/Clinic/index.tsx Outdated Show resolved Hide resolved
source/page/Clinic/index.tsx Outdated Show resolved Hide resolved
source/page/Clinic/time.ts Outdated Show resolved Hide resolved
source/page/Clinic/time.ts Outdated Show resolved Hide resolved
@TechQuery TechQuery added the enhancement Some improvements label Jan 20, 2024
@TechQuery TechQuery self-assigned this Jan 20, 2024
@TechQuery TechQuery merged commit bbee8da into wuhan2020:dev Jan 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Some improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UX][义诊] 显示目前该诊所是否接诊
2 participants