form-editor.css 2.43 KB
@charset "UTF-8";
/* 改变系统主题色变量 ——*/
/*主题颜色(即首页导航栏颜色)——#2761ff*/
/*首页导航栏颜色鼠标悬停到某一个菜单时的颜色——#1F4ECC*/
/* 改变element组件主题色变量 ——*/
/*主题颜色——#409EFF*/
/*成功颜色——#4BA232*/
/*警告颜色——#FFAE44*/
/*危险颜色——#E55555*/
/*信息颜色——#909399*/
/*主要文字颜色——#303133*/
/*常规文字颜色——#606266*/
/*次要文字颜色——#909399*/
/*占位文字颜色——#c0c4cc*/
/*一级边框颜色——#dcdfe6*/
/*二级边框颜色——#e4e7ed*/
/*三级边框颜色——#ebeef5*/
/*四级边框颜色——#f2f6fc*/
/*基础白色——#FFFFFF*/
/*基础黑色——#000000*/
/*基础背景色——#F5F7FA*/
/*第二基础背景色——#F0F2F5*/
/* 左侧树宽度设置 */
/* 自定义主题色变量 */
.primaryColor {
  background-color: #409eff;
}

:export {
  aside_width: 230px;
}

.widget-mask {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #fff;
  opacity: 0;
  z-index: 7;
}

.widget-mask:hover {
  outline: 1px dashed #f56c6c;
}

.drag-widget {
  position: absolute;
  cursor: move;
  width: 40px;
  height: 28px;
  left: -2px;
  top: -29px;
  background: #409eff;
  z-index: 8;
}

.drag-widget i.icon-drag {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 12px;
  color: #fff;
}

.widget-form-item {
  position: relative;
  min-height: 50px;
  margin: 30px 8px;
}

/* .widget-form-item:hover {
  outline: 2px solid $--color-primary;
} */
.widget-view-action {
  position: absolute;
  right: -2px;
  bottom: -29px;
  height: 28px;
  line-height: 28px;
  background: #409eff;
  z-index: 9;
}

.widget-view-action i {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}

.widget-view-action i.icon-copy {
  color: #fff;
  margin: 0 0 0 10px;
}

.widget-view-action i.del-icon {
  color: #fff;
  margin: 0 10px 0 0;
}

.widget-view-action .el-divider {
  background: #409eff;
  margin-bottom: 4px;
}

.widget-panel .ghost {
  border: 1px dashed #409eff;
  background: rgba(64, 158, 255, 0.1);
  outline-width: 0;
  height: 3px;
  box-sizing: border-box;
  font-size: 0;
  content: '';
  overflow: hidden;
  padding: 0;
}

.form-container__body--widget .widget-panel .ghost {
  width: calc(100% - 2px);
  height: 100%;
  min-height: 76px;
}

> > > .el-form-item__label {
  font-size: 12px;
}