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
0e7f484147
commit
b1edb595f4
@ -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,21 +278,23 @@
|
|||||||
<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 ">
|
||||||
<div class="form-group-header">
|
<div class="form-group-header">
|
||||||
<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">
|
||||||
<form id="inputs">
|
<form id="inputs">
|
||||||
<button type="button" class="btn State--merged" onclick="return createIssues()" autofocus="">
|
<button type="button" class="btn State--merged" onclick="return createIssues()" autofocus="">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user