123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905 |
- <!-- <div ng-controller="pzxgl_wtCtrl" class="">
- <section id="page-title">
- <div class="row">
- <div class="col-sm-8">
- <h1 class="mainTitle">配置项管理</h1>
- </div>
- </div>
- </section>
- <div class="col-sm-2 wt_cmdb_L">
- <div class="wt_cmdb_T">
- <span class="wt_cmdb_title">CMDB管理</span>
- </div>
- <div class="wt_cmdb_B">
- <button ng-click="add('text',1)">输入框</button>
- <button ng-click="add('text1',2)">大文本框</button>
- <button ng-click="add('time',3)">时间插件</button>
- <div class="flex">
- <div class="">
- <div class="DingW"><input type="text" class="SJFL_ipt" placeholder="请输入关键字" ng-model="jry_modelLeft" ng-change="left_serch()"><i class="glyphicon glyphicon-search jry_icon"></i></div>
- <div class="head">故障现象</div>
- <div class="body">
- <div class="box-tree" ng-show="jry_modelLeft==''">
- <span ng-if="doing_async">...加载中...</span>
- <abn-tree tree-data="my_data" tree-control="my_tree" on-select="my_tree_handler(branch)" expand-level="2" icon-leaf="iconfont icon-fenlei" icon-expand="ti-plus" icon-collapse="ti-minus"></abn-tree>
- </div>
- <div ng-show="jry_modelLeft!=''">
- <div ng-repeat="n in left_searchData" class="leftSearchData" ng-click="leftSearchGetData($index,n)" ng-class="{true:'leftSearchDatabg'}[$index==indexBG]">
- <i class="indented tree-icon iconfont icon-fenlei"></i><div>{{n.category}}</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="col-sm-7 wt_cmdb_C">
- <div class="wt_cmdb_T">
- </div>
- <div class="wt_cmdb_B">
- <div ng-drop="true" ng-class="{three:item.selectedSite=='3',two:item.selectedSite=='2',one:item.selectedSite=='1'}" class="wtwtt"
- ng-drop-success="dropComplete($index,$data)" ng-repeat="item in content" ng-click="editor(item)">
- <div ng-drag="true" ng-drag-data="item" class="wtttt">
- <label class="col-sm-12">
- 标题:{{item.label}}
- </label>
- <input type="text" class="col-sm-9" ng-if="item.type=='text'" placeholder={{item.placeholder}} disabled>
- <textarea name="" class="col-sm-9" id="" cols="30" rows="3" ng-if="item.type=='text1'" placeholder={{item.placeholder}} disabled></textarea>
- <input type="text" class="col-sm-9" ng-if="item.type=='time'" placeholder={{item.placeholder}} disabled>
- <div class="col-sm-3 text_rem">
- <span class="text_rem" ng-click="rem(item)">删除</span>
- <span class="text_rem" ng-click="copy(item)">复制</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="col-sm-3 wt_cmdb_R">
- <div class="wt_cmdb_T">
- <span class="wt_cmdb_title">属性编辑</span>
- </div>
- <div class="wt_cmdb_B">
- <div>
- <label class="col-sm-12"> 标题</label>
- <input class="col-sm-12" id="wt_input" type="text" ng-model="item.label">
- </div>
- <div>
- <label class="col-sm-12"> 输入字段提示</label>
- <input class="col-sm-12" id="wt_input1" type="text" ng-model="item.placeholder">
- </div>
- <div>
- <label class="col-sm-12"> 布局占比</label>
- <select class="col-sm-12" id="wt_input2" ng-model="selectedSite" ng-change="change1(selectedSite)">
- <option ng-repeat="item in accounted" value="{{item.id}}">{{item.name}}份</option>
- </select>
- </div>
- </div>
- </div>
- </div> -->
- <section id="page-title">
- <div class="row">
- <div class="col-sm-8">
- <h1 class="mainTitle">CMDB配置
- <!-- <i tooltip='新增或编辑故障现象' tooltip-placement="right" class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i> -->
- </h1>
- </div>
- </div>
- </section>
- <div ng-controller="pzxgl_wtCtrl">
- <div style="background: #f3f3f3;
- padding: 10px;">
- <div class="mainDiv">
- <!-- 谁固定谁在前 -->
- <div class="mainDivLeft">
- <div class="mainDiv-head">
- <div class="wt_CMDB_top">
- <span>配置项类型</span>
- </div>
- <div class="mainDiv-head_right">
- <span class="mainDivLeft-span span-2 pointfont" ng-click="addType(output)">新增</span>
- <button id='changes1' class="mainDivLeft-span span-3 pointfont wt_bor tt" ng-click="changes(output)" ng-class="{'dis2':!subdata.label}">修改</button>
- <button id='remove' class="mainDivLeft-span span-3 pointfont tt" ng-click="remove(output)" ng-class="{'dis2':!subdata.label}">删除</button>
- </div>
- </div>
- <div class="mainDiv-body fixHeight wt_top">
- <div class="box-tree">
- <span ng-if="doing_async">...加载中...</span>
- <!-- <abn-tree tree-data="my_data" tree-control="my_tree" on-select="my_tree_handler(branch)" expand-level="2" icon-leaf="iconfont icon-zuzhijiaose" icon-expand="ti-plus" icon-collapse="ti-minus "></abn-tree> -->
- <abn-tree tree-data="my_data" tree-control="my_tree" on-select="my_tree_handler(branch)" expand-level="2" icon-leaf="iconfont icon-fenlei"
- icon-expand="ti-plus" icon-collapse="ti-minus"></abn-tree>
- </div>
- </div>
- </div>
- <div class="col-sm-7 wt_cmdb_C">
- <div class="wt_cmdb_T">
- <span style="font-size:14px;">{{wt_title||'配置项属性'}}</span>
- <!-- <span class="wt_textR">复制</span> -->
- <span class="wt_textR" ng-click="preview(content,wt_title)">预览</span>
- </div>
- <div class="wt_cmdb_B" style="padding-bottom: 20px;">
- <div ng-drop="true" class="wtwtt" ng-drop-success="dropComplete($index,$data)" ng-repeat="item in content" ng-click="editor(item,$index)"
- ng-class="{'active2':typeModel2==$index}">
- <div ng-drag="true" ng-drag-data="item" class="wtttt">
- <label class="col-sm-12" style="padding-left: 0px;">
- 标题:{{item.label}}
- </label>
- <input type="text" class="col-sm-9 wt_textI" ng-if="item.uiWidget.id==20||item.uiWidget.id==2||item.uiWidget.id==5" placeholder={{item.placeholder}}
- disabled>
- <textarea name="" class="col-sm-9 wt_textT" id="" cols="30" rows="3" ng-if="item.uiWidget.id==3" placeholder={{item.placeholder}}
- disabled></textarea>
- <!-- <input type="text" class="col-sm-9 wt_textI" ng-if="item.type=='time'" placeholder={{item.placeholder}} disabled> -->
- <input type="text" class=" col-sm-9 wt_textI" ng-if="item.uiWidget.id==61" datepicker-popuptime="yyyy-MM-dd" ng-model="searchkeys.acceptDate"
- max-date="searchkeys.acceptDateEnd" is-open="startOpened" hour-time=true ng-init="startOpened = false"
- close-text="关闭" ng-click="startOpen($event)" disabled/>
- <div class="tab-mainDiv-body-content wt_textI col-sm-9" ng-if="item.uiWidget.id==7" style='padding: 0px;'>
- <switch class="green"></switch>
- </div>
- <div class="col-sm-3 text_rem">
- <span class="text_rem" ng-click="rem(item)" ng-if="typeModel2==$index">删除</span>
- <span class="text_rem" ng-click="copy(item)" ng-if="typeModel2==$index">复制</span>
- </div>
- </div>
- </div>
- </div>
- <div class="wt_cmdb_F">
- <div ng-click="yes(content)" class="btn btn_search">确认</div>
- <div class="btn btn_clean">取消</div>
- </div>
- <!-- <div class="wt_cmdb_C">
- <button ng-click="yes()">确认</button>
- </div> -->
- </div>
- <div class="mainDivRight2">
- <div class="wt_Ctop">
- <span class="mainDivLeft-span span-2 pointfont wt_b50 wt_bor1" ng-click="controls('kj')" ng-class="{'active3':typeModel=='kj'}">控件选择</span>
- <span class="mainDivLeft-span span-3 pointfont wt_b50" ng-click="field('zd')" id="wt_zd" ng-class="{'active3':typeModel=='zd'}">字段属性</span>
- </div>
- <div class="wt_Cbom" ng-if="controlsType">
- <div class="wt_Ctext1" ng-click="add('input',2,'col-xs-4')" ng-class="{'active1':typeModel1=='input'}">
- <span>输入框</span>
- </div>
- <div class="wt_Ctext1 wt_mt" ng-click="add('binput',3,'col-xs-12')" ng-class="{'active1':typeModel1=='binput'}">
- <span>大字段输入框</span>
- </div>
- <div class="wt_Ctext1 wt_mt" ng-click="add('time',61,'col-xs-4')" ng-class="{'active1':typeModel1=='time'}">
- <span>日期选择</span>
- </div>
- </div>
- <div class="wt_Cbom" ng-if="fieldType">
- <!-- <div class="" style="margin-bottom: 10px;">
- <label class="col-sm-12" style="padding-left: 0px;">
- key值:
- </label>
- <input type="text" class="wt_inp" ng-model="">
- </div> -->
- <!-- <div class="tab-mainDiv-body-lineDiv-50 wt_501">
- <div class="tab-mainDiv-body-lable wt_body-lable">
- 是否隐藏:
- </div>
- <div class="tab-mainDiv-body-content">
- <switch ng-model="addparent" class="green"></switch>
- </div>
- </div> -->
- <div class="tab-mainDiv-body-lineDiv-50 wt_501">
- <div class="tab-mainDiv-body-lable wt_body-lable">
- 是否必填:
- </div>
- <div class="tab-mainDiv-body-content">
- <switch ng-model="item.required" class="green"></switch>
- </div>
- </div>
- <div class="tab-mainDiv-body-lineDiv-50 wt_501" ng-hide="item.uiWidget.id=='7'||item.uiWidget.id=='61'">
- <div class="tab-mainDiv-body-lable wt_body-lable">
- 是否可输入:
- </div>
- <div class="tab-mainDiv-body-content">
- <switch ng-model="item.readonly" class="green"></switch>
- </div>
- </div>
- <div class="" style="margin-bottom: 10px;">
- <label class="col-sm-12" style="padding-left: 0px;">
- 标题:
- </label>
- <input type="text" class="wt_inp" placeholder="请输入标题" ng-model="item.label">
- </div>
- <div class="" ng-hide="item.uiWidget.id=='7'||item.uiWidget.id=='61'">
- <label class="col-sm-12" style="padding-left: 0px;">
- 提示信息:
- </label>
- <input type="text" class="wt_inp" placeholder="请输入提示信息" ng-model="item.placeholder">
- </div>
- <!-- <div>
- <button>确认</button>
- <button>取消</button>
- </div> -->
- </div>
- </div>
- </div>
- </div>
- </div>
- <style>
- /*滚动条样式*/
- .wt_top::-webkit-scrollbar {
- /*滚动条整体样式*/
- width: 4px;
- /*高宽分别对应横竖滚动条的尺寸*/
- height: 4px;
- }
- .wt_top::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius: 5px;
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- background: rgba(0, 0, 0, 0.2);
- }
- .wt_top::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
- border-radius: 0;
- background: rgba(255, 255, 255, 0.1);
- }
- /*滚动条样式*/
- .wt_cmdb_B::-webkit-scrollbar {
- /*滚动条整体样式*/
- width: 4px;
- /*高宽分别对应横竖滚动条的尺寸*/
- height: 4px;
- }
- .wt_cmdb_B::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius: 5px;
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- background: rgba(0, 0, 0, 0.2);
- }
- .wt_cmdb_B::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
- border-radius: 0;
- background: rgba(255, 255, 255, 0.1);
- }
- .wt_cmdb_B {
- padding-bottom: 20px;
- height: 82%;
- overflow: auto;
- }
- .active3 {
- background: #F3F3F3 !important;
- color: #005395!important;
- }
- .active1 {
- background: #E6EEF4!important;
- border: 1px dashed #005395!important;
- }
- .active2 {
- background: #f3f3f3!important;
- border-left: 4px solid #005395;
- }
- .wt_cmdb_F {
- /* position: absolute; */
- bottom: 0px;
- width: 100%;
- height: 58px;
- border-top: 1px solid #E1E1E1;
- background: #fff;
- text-align: center;
- padding-top: 10px;
- }
- .wt_cmdb_L {
- width: 14% !important;
- height: 600px;
- border: 1px solid #ddd;
- padding: 0px;
- }
- .wt_textR {
- float: right;
- font-size: 12px;
- margin-right: 20px;
- color: #005395;
- cursor: pointer;
- }
- .pointfont:hover {
- color: #005395!important;
- }
- .wt_50 {
- width: 100% !important;
- display: inline-block;
- margin-right: 0px !important;
- padding-left: 15px !important;
- }
- .wt_501 {
- /* width: 32% !important; */
- display: inline-block;
- margin-right: 0px !important;
- padding-left: 0px !important;
- }
- .wt_Cbom {
- background: #fff;
- height: 100%;
- width: 100%;
- padding-left: 15px;
- padding-right: 10px;
- padding-top: 15px;
- }
- .tt {
- background: #F8F8F8!important;
- height: 33px!important;
- }
- .wt_inp {
- width: 100%;
- height: 34px;
- border-radius: 2px;
- }
- .wt_Ctext1 {
- width: 100%;
- height: 34px;
- background: #F9F9F9;
- line-height: 34px;
- padding-left: 5px;
- color: #666;
- cursor: pointer;
- }
- .wt_Ctext1:hover {
- background: #E6EEF4!important;
- border: 1px dashed #005395!important;
- }
- .wt_mt {
- margin-top: 5px;
- }
- .wt_Ctop {
- background: #F9F9F9 !important;
- border-bottom: 1px solid #ddd;
- }
- .wt_bor1 {
- border-right: 1px solid #ddd !important;
- }
- .wt_b50 {
- width: 49% !important;
- }
- .wt_b50:hover {
- background: #F3F3F3 !important;
- color: #005395!important;
- }
- .wt_cmdb_T {
- height: 60px;
- border-bottom: 1px solid #ddd;
- padding: 0px;
- /* text-align: center; */
- padding-left: 24px;
- line-height: 60px;
- background: #E6EEF4;
- color: #585A5E;
- font-size: 14px;
- }
- .wt_cmdb_title {
- font-size: 16px;
- }
- .wt_cmdb_C {
- width: 58% !important;
- margin-left: 1%;
- height: 633px;
- border: 1px solid #ddd;
- padding: 0px;
- background: #fff;
- /* overflow: auto; */
- /* position: relative; */
- }
- .wt_b1 {
- width: 80px;
- height: 34px;
- }
- .wtwtt {
- display: inline-block;
- width: 100%;
- padding: 5px 5px;
- /* height: 50px; */
- cursor: pointer;
- /* background: #F9F9F9; */
- }
- .wtttt {
- cursor: pointer;
- width: 100%;
- height: 100%;
- padding-left: 20px;
- }
- .wt_textI {
- width: 256px;
- cursor: pointer !important;
- height: 34px;
- }
- .wtttt:hover {
- background: #f3f3f3;
- }
- .wtwtt:hover {
- background: #f3f3f3;
- cursor: pointer;
- }
- .text_rem {
- font-size: 10px;
- margin-top: 6px;
- }
- .four {
- width: 25%!important;
- }
- .three {
- width: 33%!important;
- }
- .two {
- width: 50%!important;
- }
- .one {
- width: 100%!important;
- }
- .wt_cmdb_R {
- width: 20% !important;
- margin-left: 1%;
- height: 600px;
- border: 1px solid #ECECEC;
- padding: 0px;
- }
- .dis2 {
- color: #666 !important;
- }
- .dis2:hover {
- color: #666!important;
- }
- /* 公共css,需要复用 */
- .iconfont {
- font-size: 14px;
- }
- .nav-pills>li>a {
- border-radius: 0px;
- }
- .nav-pills>li.active>a,
- .nav-pills>li.active>a:hover,
- .nav-pills>li.active>a:focus {
- background-color: #E6EEF4 color: white !important;
- }
- .panel-tabs,
- .tabbable {
- /* padding: 14px; */
- background-color: white;
- }
- .tab-content>.tab-pane,
- .pill-content>.pill-pane {
- padding: 14px;
- border-bottom: 1px solid #eeeeee;
- border-left: 1px solid #eeeeee;
- border-right: 1px solid #eeeeee;
- border-radius: 0px 0px 8px 8px;
- }
- .nav-tabs>li.active a,
- .nav-tabs>li.active a:hover,
- .nav-tabs>li.active a:focus {
- background-color: #006bc0;
- color: white;
- }
- .nav-tabs {
- border-top: 1px solid #eeeeee;
- border-bottom: 1px solid #eeeeee;
- border-left: 1px solid #eeeeee;
- border-right: 1px solid #eeeeee;
- border-radius: 8px 8px 0 0;
- height: 47px;
- }
- .nav-tabs>li {
- border-right: 1px solid #eeeeee;
- }
- .nav-tabs>li:last-child {
- border-right: none;
- }
- /* 独立css */
- .mainDiv {
- /* background: red; */
- /* padding: 14px; */
- /* height: 50px; */
- overflow: hidden;
- /* zoom: 1; */
- }
- .wt_top {
- /* margin-top: 2px; */
- border-top: 1px solid #ddd;
- }
- .wt_bor {
- border-left: 1px solid #ddd !important;
- border-right: 1px solid #ddd !important;
- }
- .mainDivLeft {
- border-radius: 2px;
- border: 1px solid #ddd;
- width: 20%;
- float: left;
- height: 633px;
- }
- .mainDivRight {
- margin-left: 1%;
- border-radius: 2px;
- border: 1px solid #ddd;
- width: 58%;
- float: left;
- }
- .mainDivRight2 {
- margin-left: 1%;
- border-radius: 2px;
- border: 1px solid #ddd;
- width: 20%;
- height: 633px;
- float: left;
- }
- .mainDiv-head1 {
- height: 74px;
- line-height: 74px;
- background: #E6EEF4;
- font-size: 16px;
- color: #606367;
- border-radius: 8px 8px 0 0;
- padding-left: 24px;
- }
- .mainDiv-head {
- height: 74px;
- /* line-height: 74px; */
- background: #F9F9F9;
- font-size: 16px;
- color: #606367;
- border-radius: 8px 8px 0 0;
- /* padding-left: 24px; */
- /* padding-right: 4px; */
- }
- .mainDiv-head_right {
- border-top: 1px solid #ddd;
- }
- .wt_CMDB_top {
- height: 40px;
- background: #fff;
- line-height: 40px;
- padding-left: 15px;
- }
- .mainDivLeft-span {
- border: 1px solid;
- /* padding: 15px 0px 15px 0px; */
- /* padding-left: 15px;
- padding-right: 15px;
- padding-top: 4px;
- padding-bottom: 4px; */
- height: 34px;
- line-height: 34px;
- /* border-radius: 4px;
- margin-right: 10px; */
- font-size: 14px;
- text-align: center;
- }
- .mainDiv-head-right {
- /* display: inline-block; */
- /* float: right; */
- height: 34px;
- width: 100%;
- }
- .edit-left {
- display: inline-block;
- /* float: left; */
- margin-left: 10px;
- }
- .span-1 {
- border-color: #006bc0;
- color: #006bc0;
- }
- .span-2 {
- border: none;
- color: #666;
- display: inline-block;
- width: 31%
- /* background-color: #006bc0; */
- }
- .span-3 {
- border: none;
- color: #666;
- display: inline-block;
- width: 31%
- /* background-color: #fc4c58; */
- }
- .mainDiv-body {
- /* border-radius: 8px; */
- /* border: 1px solid #ddd; */
- /* margin: 14px; */
- padding-top: 14px;
- background: #fff
- }
- .mainDiv-body-1 {
- height: 50px;
- line-height: 50px;
- font-size: 16px;
- color: #606367;
- padding: 0px 14px;
- border-bottom: 1px solid #ddd;
- }
- .mainDiv-body-2 {
- height: 70px;
- line-height: 70px;
- font-size: 14px;
- color: #606367;
- padding: 0px 30px;
- border-bottom: 1px solid #ddd;
- }
- .mainDiv-body-2:last-child {
- border-bottom: none;
- }
- .fixHeight {
- height: 89%;
- overflow: auto;
- }
- .mainDiv-body-3 {
- height: 50px;
- line-height: 50px;
- font-size: 14px;
- color: #606367;
- padding: 0px 30px;
- border-bottom: 1px solid #eeeeee;
- }
- .mainDiv-body-3:last-child {
- border-bottom: none;
- }
- .mainDiv-body-img {
- height: 90px;
- border-radius: 4px;
- margin: 14px;
- margin-bottom: 0px;
- overflow: hidden;
- }
- .mainDiv-body-noList {
- height: 110px;
- margin: 50px 0;
- text-align: center;
- }
- .form-control {
- display: inline-block;
- }
- .mainDivLeft-span-1 {
- border: 1px solid;
- padding-left: 15px;
- padding-right: 15px;
- /* padding-top: 4px; */
- /* padding-bottom: 4px; */
- height: 28px;
- line-height: 28px;
- border-radius: 4px;
- margin-right: 10px;
- font-size: 14px;
- display: inline-block;
- }
- .mainDivLeft-span-2 {
- border: 1px solid;
- padding-left: 15px;
- padding-right: 15px;
- /* padding-top: 4px; */
- /* padding-bottom: 4px; */
- height: 28px;
- line-height: 28px;
- border-radius: 4px;
- margin-right: 10px;
- font-size: 14px;
- display: inline-block;
- }
- .mainDivLeft-span-edit-1 {
- border: 1px solid;
- padding-left: 8px;
- padding-right: 8px;
- /* padding-top: 4px; */
- /* padding-bottom: 4px; */
- height: 22px;
- line-height: 22px;
- border-radius: 2px;
- margin-right: 10px;
- font-size: 12px;
- display: inline-block;
- }
- .mainDivLeft-span-edit-2 {
- border: 1px solid;
- padding-left: 8px;
- padding-right: 8px;
- /* padding-top: 4px; */
- /* padding-bottom: 4px; */
- height: 22px;
- line-height: 22px;
- border-radius: 2px;
- margin-right: 10px;
- font-size: 12px;
- display: inline-block;
- }
- /* tab内容css */
- .tab-mainDiv {
- border: 1px solid #eeeeee;
- border-radius: 8px;
- /* min-height: 360px; */
- }
- .tab-mainDiv-head {
- text-align: center;
- border-bottom: 1px solid #eeeeee;
- height: 34px;
- line-height: 34px;
- font-size: 14px;
- color: #93989e;
- }
- .tab-mainDiv-body {
- padding: 14px;
- min-height: 280px;
- max-height: 320px;
- overflow: auto;
- /* padding-top: 14px; */
- /* padding-bottom: 14px; */
- }
- .tab-mainDiv-body-lineDiv-50 {
- /* display: inline-block; */
- font-size: 14px;
- color: #93989e;
- margin-right: 14px;
- width: 47%;
- padding-left: 14px;
- }
- .tab-mainDiv-body-lineDiv-100 {
- /* display: inline-block; */
- font-size: 14px;
- color: #93989e;
- margin-right: 14px;
- width: 96%;
- padding-left: 14px;
- }
- .tab-mainDiv-body-lable {
- padding-bottom: 10px;
- /* width: 370px; */
- }
- .tab-mainDiv-body-content {
- padding-bottom: 10px;
- /* width: 370px; */
- }
- .tab-mainDiv-body-content>textarea {
- min-height: 68px;
- width: 100%;
- }
- .tab-mainDiv-foot {
- /* margin: 14px auto; */
- border-top: 1px solid #ddd;
- text-align: center;
- padding: 7px;
- background: #fff;
- }
- .tab-mainDiv-body-button-1 {
- display: inline-block;
- width: 80px;
- height: 34px;
- line-height: 34px;
- font-size: 14px;
- color: white;
- text-align: center;
- background-color: #006bc0;
- border-radius: 4px;
- margin-right: 14px;
- }
- .tab-mainDiv-body-button-2 {
- display: inline-block;
- width: 80px;
- height: 34px;
- line-height: 34px;
- font-size: 14px;
- color: #93989e;
- text-align: center;
- background-color: #f5f5f5;
- border-radius: 4px;
- box-sizing: border-box;
- border: 1px solid #eeeeee;
- }
- .abn-tree {}
- .tree-control .tree-view {
- width: inherit;
- z-index: 9999;
- }
- </style>
|