mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
4 years ago
|
/**
|
||
|
* 这里主要是处理tailwindcss与 antd 一起用的时候的兼容问题
|
||
|
* 与重写部分antd的样式
|
||
|
*/
|
||
|
|
||
|
.ant-message .anticon {
|
||
|
vertical-align: text-top;
|
||
|
}
|
||
4 years ago
|
|
||
4 years ago
|
.ant-typography-expand, .ant-typography-copy {
|
||
4 years ago
|
vertical-align: text-bottom;
|
||
|
}
|