mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-01 18:41:28 +08:00

* feat: fixed the issue where ChatConfigurationModal displays old data when creating a new dialog * feat: Add Skeleton to MessageItem before the backend returns a message
32 lines
436 B
Plaintext
32 lines
436 B
Plaintext
.chunkText() {
|
|
em {
|
|
color: red;
|
|
font-style: normal;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
caption {
|
|
color: @blurBackground;
|
|
font-size: 20px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
font-weight: 600;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
th {
|
|
color: #fff;
|
|
background-color: @blurBackground;
|
|
}
|
|
|
|
td:hover {
|
|
background: @blurBackgroundHover;
|
|
}
|
|
|
|
tr:nth-child(even) {
|
|
background-color: #f2f2f2;
|
|
}
|
|
}
|