|
@@ -26,3 +26,187 @@
|
|
|
padding-left: 20px;
|
|
|
}
|
|
|
/* -- padding End -- */
|
|
|
+
|
|
|
+/* -- 页面公共样式 Start -- */
|
|
|
+.app-container {
|
|
|
+ padding: 15px;
|
|
|
+
|
|
|
+ .commonfilterselecttreemainpage {
|
|
|
+ .cfstreepage-container {
|
|
|
+ &-left {
|
|
|
+ margin: 0 !important;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-right {
|
|
|
+ padding: 0 0 0 10px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-rightdefault {
|
|
|
+ padding: 0 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-switch {
|
|
|
+ &-leftbtn {
|
|
|
+ left: 258px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-rightbtn {
|
|
|
+ left: 5px !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &-headtree {
|
|
|
+ padding: 5px;
|
|
|
+ background: #ffffff;
|
|
|
+ border-radius: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-queryform {
|
|
|
+ padding: 10px;
|
|
|
+ background: #ffffff;
|
|
|
+ border-radius: 10px;
|
|
|
+
|
|
|
+ .el-form {
|
|
|
+ .el-form-item {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &-main {
|
|
|
+ padding: 10px 15px 15px;
|
|
|
+ background: #ffffff;
|
|
|
+ border-radius: 10px;
|
|
|
+ min-height: calc(100vh - 198px);
|
|
|
+
|
|
|
+ .cust-spanlink {
|
|
|
+ color: #337ab7;
|
|
|
+ text-decoration: none;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ color: #409eff;
|
|
|
+ text-decoration: underline;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .cust-operategroup {
|
|
|
+ .cust-editbtn {
|
|
|
+ color: #13ce66;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cust-viewbtn {
|
|
|
+ color: #909399;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cust-deletebtn {
|
|
|
+ color: #ff4949;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cust-resetpassword {
|
|
|
+ color: #ffba00;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cust-primarybtn {
|
|
|
+ color: #1890ff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cust-defaultbtn {
|
|
|
+ color: #606266;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+/* -- 页面公共样式 End -- */
|
|
|
+
|
|
|
+/* -- 新增弹框公共样式 Start -- */
|
|
|
+.custdialog-add {
|
|
|
+ .el-dialog__header {
|
|
|
+ border-bottom: 1px solid #dfe4ed;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-dialog__body {
|
|
|
+ padding: 20px 20px 30px;
|
|
|
+
|
|
|
+ .el-form {
|
|
|
+ .el-form-item {
|
|
|
+ .el-form-item__content {
|
|
|
+ .el-select {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+/* -- 新增弹框公共样式 End -- */
|
|
|
+
|
|
|
+/* -- 查看弹框公共样式 Start -- */
|
|
|
+.custdialog-view {
|
|
|
+ .el-dialog__header {
|
|
|
+ border-bottom: 1px solid #dfe4ed;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-dialog__body {
|
|
|
+ padding: 20px 10px 30px 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-form {
|
|
|
+ .el-form-item {
|
|
|
+ margin-bottom: 5px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-form-item--medium .el-form-item__label {
|
|
|
+ border: 1px solid #dfe4ed;
|
|
|
+ background-color: #f5f7fa;
|
|
|
+ border-radius: 4px 0px 0px 4px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input.is-disabled .el-input__inner {
|
|
|
+ background-color: #ffffff;
|
|
|
+ color: #606266;
|
|
|
+ cursor: text;
|
|
|
+ height: 38px;
|
|
|
+ line-height: 38px;
|
|
|
+ border-radius: 0px 4px 4px 0px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+/* -- 查看弹框公共样式 End -- */
|
|
|
+
|
|
|
+/* -- 其他功能基础样式 Start -- */
|
|
|
+.custdialog-recordview {
|
|
|
+ .el-dialog__body {
|
|
|
+ padding: 5px 10px 30px 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.paginationselect-select {
|
|
|
+ .el-scrollbar {
|
|
|
+ .el-scrollbar__wrap {
|
|
|
+ max-height: 460px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.paginationselect-noquery {
|
|
|
+ .el-scrollbar {
|
|
|
+ .el-scrollbar__wrap {
|
|
|
+ max-height: 300px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.app-roadmgr {
|
|
|
+ .cfstree-filtertext {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cfstree-tree {
|
|
|
+ margin-top: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+/* -- 其他功能基础样式 End -- */
|