feat: WWJCloud 企业级全栈框架 v0.3.5 完整更新
🚀 核心更新: - ✅ 完善 NestJS 企业级架构设计 - ✅ 优化配置中心和基础设施层 - ✅ 增强第三方服务集成能力 - ✅ 完善多租户架构支持 - 🎯 对标 Java Spring Boot 和 PHP ThinkPHP 📦 新增文件: - wwjcloud-nest 完整框架结构 - Docker 容器化配置 - 管理后台界面 - 数据库迁移脚本 🔑 Key: ebb38b43ec39f355f071294fd1cf9c42
This commit is contained in:
99
admin/public/ueditor/dialogs/template/template.css
Normal file
99
admin/public/ueditor/dialogs/template/template.css
Normal file
@@ -0,0 +1,99 @@
|
||||
.wrap {
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.left {
|
||||
width: 425px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right {
|
||||
width: 160px;
|
||||
border: 1px solid #ccc;
|
||||
float: right;
|
||||
padding: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.right .pre {
|
||||
height: 332px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.right .preitem {
|
||||
border: white 1px solid;
|
||||
margin: 5px 0;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.right .preitem:hover {
|
||||
background-color: lemonChiffon;
|
||||
cursor: pointer;
|
||||
border: #ccc 1px solid;
|
||||
}
|
||||
|
||||
.right .preitem img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.top {
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
height: 320px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.transparent {
|
||||
background: url("images/bg.gif") repeat;
|
||||
}
|
||||
|
||||
.bottom table tr td {
|
||||
border: 1px dashed #ccc;
|
||||
}
|
||||
|
||||
#colorPicker {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
border: 1px solid #CCC;
|
||||
display: inline-block;
|
||||
border-radius: 3px;
|
||||
box-shadow: 2px 2px 5px #D3D6DA;
|
||||
}
|
||||
|
||||
.border_style1 {
|
||||
padding: 2px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
box-shadow: 2px 2px 5px #d3d6da;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 5px 0
|
||||
}
|
||||
|
||||
table {
|
||||
clear: both;
|
||||
margin-bottom: 10px;
|
||||
border-collapse: collapse;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
li {
|
||||
clear: both
|
||||
}
|
||||
|
||||
ol {
|
||||
padding-left: 40px;
|
||||
}
|
||||
Reference in New Issue
Block a user