明树Git Lab

Commit 469a978b authored by zhanghan's avatar zhanghan

样式处理

parent aebc53b7
Pipeline #108600 passed with stage
in 20 seconds
......@@ -406,6 +406,8 @@ const handleLogout = () => {
flex: 1;
overflow-y: auto;
height: 0;
margin: 16px 16px 0 16px;
background: #fff;
}
.header-right {
display: flex;
......
......@@ -57,7 +57,6 @@
.manage-container {
width: 100%;
height: 100%;
padding: 16px 16px 0 16px;
box-sizing: border-box;
display: flex;
flex-direction: column;
......@@ -138,7 +137,7 @@
}
.add-project-content .tab-content {
height: 100%;
overflow: auto;
overflow: hidden;
padding: 0 10px;
}
.add-project-content .tab-content .col-title {
......@@ -308,7 +307,7 @@
background-color: #fff;
padding-top: 16px;
padding-right: 16px;
padding: 16px 16px 0 16px;
padding: 0;
}
.add-project-content .el-collapse {
border: none;
......
......@@ -62,7 +62,6 @@
&-container {
width: 100%;
height: 100%;
padding: 16px 16px 0 16px;
box-sizing: border-box;
display: flex;
......@@ -148,7 +147,7 @@
}
.tab-content {
height: 100%;
overflow: auto;
overflow: hidden;
padding: 0 10px;
.col-title {
height: 24px;
......@@ -333,7 +332,7 @@
background-color: #fff;
padding-top: 16px;
padding-right: 16px;
padding: 16px 16px 0 16px;
padding: 0;
// .el-tabs--border-card {
// border: none;
......
......@@ -203,43 +203,3 @@ onMounted(() => {
}
});
</script>
<style scoped lang="less">
.add-project-container {
padding: 20px;
background: #f5f7fa;
min-height: calc(100vh - 60px);
}
.add-project-content {
background: #fff;
border-radius: 4px;
padding: 20px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
}
.add-project-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #ebeef5;
}
// 表单样式优化
:deep(.el-form-item__label) {
font-weight: 500;
}
// 输入框提示文字
.input-tip {
margin-left: 4px;
color: #f56c6c;
font-size: 12px;
line-height: 1.5;
}
// 附件上传区域间距
:deep(.el-upload) {
margin-bottom: 8px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment