mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix textarea
This commit is contained in:
parent
2a5215cacd
commit
3d7007067e
@ -23,7 +23,11 @@
|
|||||||
<style>
|
<style>
|
||||||
select,
|
select,
|
||||||
input {
|
input {
|
||||||
width: 400px;
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.textarea-contrast {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
|
||||||
@ -274,9 +278,10 @@
|
|||||||
<label class="color-fg-default text-mono f6">Addons:</label>
|
<label class="color-fg-default text-mono f6">Addons:</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group-body">
|
<div class="form-group-body">
|
||||||
<textarea class="form-control input-contrast input-sm" type="text" id="addons" name="inputs[addons]" disabled></textarea>
|
<textarea class="textarea-contrast input-contrast input-sm" type="text" id="addons"
|
||||||
</div>
|
name="inputs[addons]" disabled></textarea>
|
||||||
<div class="form-group-body" id="addons_btns">
|
<div class="form-group-body" id="addons_btns">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group mt-1 mb-2 ">
|
<div class="form-group mt-1 mb-2 ">
|
||||||
@ -284,9 +289,10 @@
|
|||||||
<label class="color-fg-default text-mono f6">Modules:</label>
|
<label class="color-fg-default text-mono f6">Modules:</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group-body">
|
<div class="form-group-body">
|
||||||
<textarea class="form-control input-contrast input-sm" type="text" id="modules" name="inputs[modules]" disabled></textarea>
|
<textarea class="textarea-contrast input-contrast input-sm" type="text" id="modules"
|
||||||
</div>
|
name="inputs[modules]" disabled></textarea>
|
||||||
<div class="form-group-body" id="modules_btns">
|
<div class="form-group-body" id="modules_btns">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div data-replace-remote-form-target="" class="workflow-dispatch">
|
<div data-replace-remote-form-target="" class="workflow-dispatch">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user