blob: d765d4840b8165462bfc3798e540f7e2c7840d30 [file] [log] [blame]
/*!
* Copyright 2019 WeBank
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
.setting {
// display: flex;
// flex-direction: row;
overflow-y: auto;
.tabs {
button {
margin-left: 20px;
}
}
.setting-content {
width: 100%;
margin-top: 16px;
.setting-content-header {
text-align: right;
margin-right: 10px;
margin-bottom: 10px;
.setting-content-btn {
padding: 5px 40px;
}
button {
margin-left: 20px;
}
}
}
}
.ivu-tabs-ink-bar{
height: 0px !important;
}