You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
803 B
59 lines
803 B
4 years ago
|
/**
|
||
|
* 2017-06-19 4.0.8.1 panzhipeng FRM-854 脚本弹窗按钮样式更改
|
||
|
**/
|
||
|
|
||
|
|
||
|
.edp-frd-script {
|
||
|
width: 100%;
|
||
|
height: 85%;
|
||
|
}
|
||
|
|
||
|
.edp-frd-btnbar {
|
||
|
width: 100%;
|
||
|
height: 5%;
|
||
|
}
|
||
|
|
||
|
.edp-frd-septop {
|
||
|
width: 100%;
|
||
|
height: 3%;
|
||
|
}
|
||
|
|
||
|
.edp-frd-sepbuttom {
|
||
|
width: 100%;
|
||
|
height: 2%;
|
||
|
}
|
||
|
|
||
|
.edp-frd-btn {
|
||
|
width: 80px;
|
||
|
float: right;
|
||
|
margin-right: 20px;
|
||
|
height:30px;
|
||
|
}
|
||
|
|
||
|
.edp-frd-txt {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
resize: none;
|
||
|
}
|
||
|
|
||
|
.edp-frd-content {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.edp-frd-script-name-container {
|
||
|
height: 5%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
padding-left: 10px;
|
||
|
}
|
||
|
.edp-frd-script-name-input {
|
||
|
width: 500px;
|
||
|
}
|
||
|
.export-script {
|
||
|
display: none;
|
||
|
}
|
||
|
.edp-frd-btn span{
|
||
|
margin-top: 1px;
|
||
|
}
|