5 Star 0 Fork 0

杨谨徽/公文传输系统

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
usermanagerpage.css 484 Bytes
Copy Edit Raw Blame History
周睿雅 authored 2023-11-25 18:57 +08:00 . css文件
@charset "UTF-8";
/* 表格样式 */
.user-table {
width: 95%;
border-collapse: collapse;
margin-bottom: 20px; /* 表格与下方按钮之间的间距 */
margin: 20px;
}
.user-table th, .user-table td {
border: 5px solid #ccc; /* 表格边框样式和颜色 */
text-align: center; /* 文本居中 */
padding: 0px; /* 单元格内边距 */
}
/* 按钮样式 */
.button-bar button {
margin-right: 10px; /* 按钮之间的间距 */
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SHIBATORI/document-transmission-system.git
git@gitee.com:SHIBATORI/document-transmission-system.git
SHIBATORI
document-transmission-system
公文传输系统
master

Search