1 Star 0 Fork 0

忧郁骑士/mg/phpmyadmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
print.css 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
.nowrap {
white-space: nowrap;
}
.hide {
display: none;
}
body, table, th, td {
color: #000;
background-color: #fff;
}
img {
border: 0;
}
table, th, td {
border: .1em solid #000;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th, td {
padding: 0.2em;
}
th {
font-weight: bold;
background-color: #e5e5e5;
}
th.vtop, td.vtop {
vertical-align: top;
}
th.vbottom, td.vbottom {
vertical-align: bottom;
}
@media print {
.print_ignore {
display: none;
}
.nowrap {
white-space: nowrap;
}
.hide {
display: none;
}
body, table, th, td {
color: #000;
background-color: #fff;
}
img {
border: 0;
}
table, th, td {
border: .1em solid #000;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th, td {
padding: 0.2em;
}
th {
font-weight: bold;
background-color: #e5e5e5;
}
th.vtop, td.vtop {
vertical-align: top;
}
th.vbottom, td.vbottom {
vertical-align: bottom;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/lzc/phpmyadmin.git
git@gitee.com:lzc/phpmyadmin.git
lzc
phpmyadmin
phpmyadmin
master

搜索帮助