mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-24 18:04:55 +08:00
10 lines
222 B
CSS
10 lines
222 B
CSS
@CHARSET "UTF-8";
|
|
/*自定义--编辑框内的内容样式*/
|
|
.ke-content table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
.ke-content table th,
|
|
.ke-content table td {
|
|
border: 1px solid #ddd !important;
|
|
} |